File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- ' 1.3'
20
20
- ' 1.4'
21
21
- ' 1.5'
22
- # - 'nightly'
22
+ - ' nightly'
23
23
os :
24
24
- ubuntu-latest
25
25
- macOS-latest
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ function __init__()
60
60
# we only support working with the copy of LLVM that Julia uses, because we have
61
61
# additional library calls compiled in the Julia binary which cannot be used with
62
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 ()
63
+ libllvm[] = if VERSION >= v " 1.6.0-DEV.1429 "
64
+ path = Base. libllvm_path ()
65
65
if path === nothing
66
66
error (""" Cannot find the LLVM library loaded by Julia.
67
67
Please use a version of Julia that has been built with USE_LLVM_SHLIB=1 (like the official binaries).
You can’t perform that action at this time.
0 commit comments