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 1119d33 commit df8980eCopy full SHA for df8980e
deps/build_local.jl
@@ -9,7 +9,7 @@ using Pkg, Scratch, Preferences, Libdl
9
# 1. Ensure that an appropriate LLVM_full_jll is installed
10
Pkg.activate(; temp=true)
11
llvm_assertions = try
12
- cglobal(:_ZN4llvm24DisableABIBreakingChecksE, Cvoid)
+ cglobal((:_ZN4llvm24DisableABIBreakingChecksE, Base.libllvm_path()), Cvoid)
13
false
14
catch
15
true
0 commit comments