You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
^
I get this in the recent RPM nightlies with LLVM 3.4 and 3.5:
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
andUSE_MCJIT
.CC: @vtjnash
The text was updated successfully, but these errors were encountered: