We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b57ac5 commit fccdcabCopy full SHA for fccdcab
src/LLVM.jl
@@ -60,8 +60,8 @@ function __init__()
60
# we only support working with the copy of LLVM that Julia uses, because we have
61
# additional library calls compiled in the Julia binary which cannot be used with
62
# another copy of LLVM. loading multiple copies of LLVM typically breaks anyhow.
63
- libllvm[] = if VERSION >= v"1.6.0-DEV.1356"
64
- path = Base.libllvm()
+ libllvm[] = if VERSION >= v"1.6.0-DEV.1429"
+ path = Base.libllvm_path()
65
if path === nothing
66
error("""Cannot find the LLVM library loaded by Julia.
67
Please use a version of Julia that has been built with USE_LLVM_SHLIB=1 (like the official binaries).
0 commit comments