Skip to content

Commit df8980e

Browse files
committed
Fix check of ABI breakage symbol.
1 parent 1119d33 commit df8980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build_local.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Pkg, Scratch, Preferences, Libdl
99
# 1. Ensure that an appropriate LLVM_full_jll is installed
1010
Pkg.activate(; temp=true)
1111
llvm_assertions = try
12-
cglobal(:_ZN4llvm24DisableABIBreakingChecksE, Cvoid)
12+
cglobal((:_ZN4llvm24DisableABIBreakingChecksE, Base.libllvm_path()), Cvoid)
1313
false
1414
catch
1515
true

0 commit comments

Comments
 (0)