Skip to content

Commit 3e77f7d

Browse files
authored
Fix all instances of LLVM detection.
1 parent f957e07 commit 3e77f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LLVM.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
# find LLVM library
1616

1717
libllvm_paths = filter(Libdl.dllist()) do lib
18-
occursin("LLVM", basename(lib))
18+
occursin(r"LLVM\b", basename(lib))
1919
end
2020
if isempty(libllvm_paths)
2121
error("""

0 commit comments

Comments
 (0)