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 875c6c5 commit 5dccae8Copy full SHA for 5dccae8
src/LLVM.jl
@@ -131,7 +131,7 @@ include("deprecated.jl")
131
132
function __init__()
133
libllvm_paths = filter(Libdl.dllist()) do lib
134
- occursin("LLVM", basename(lib))
+ occursin(r"LLVM\b", basename(lib))
135
end
136
if length(libllvm_paths) > 1
137
# NOTE: this still allows switching to a non-USE_LLVM_SHLIB version, but
0 commit comments