Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure with LLVM 3.4 and 3.5 #10376

Closed
nalimilan opened this issue Mar 2, 2015 · 3 comments
Closed

Build failure with LLVM 3.4 and 3.5 #10376

nalimilan opened this issue Mar 2, 2015 · 3 comments

Comments

@nalimilan
Copy link
Member

I get this in the recent RPM nightlies with LLVM 3.4 and 3.5:

debuginfo.cpp: In function 'int jl_get_llvmf_info(uint64_t, uint64_t*, uint64_t*, const llvm::object::ObjectFile**)':
debuginfo.cpp:814:30: error: 'struct ObjectInfo' has no member named 'slide'
         *slide = fit->second.slide;
                              ^

https://copr-be.cloud.fedoraproject.org/results/nalimilan/julia-nightlies/fedora-20-x86_64/julia-0.4.0-0.20150301.el7.centos/build.log

I guess this has been introduced by 1d0b067. Likely an untested combination of LLVM36 and USE_MCJIT.

CC: @vtjnash

@tkelman
Copy link
Contributor

tkelman commented Mar 2, 2015

fixed by #10368? just waiting confirmation that it's correct to set it to 0 for llvm 3.4 or 3.5

@nalimilan
Copy link
Member Author

Ah, I remembered seeing that PR, bug GitHub's search feature isn't that smart...

@nalimilan
Copy link
Member Author

Closed by #10235.

@Keno Keno closed this as completed Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants