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 36f5d1e commit f8e90f2Copy full SHA for f8e90f2
src/LLVM.jl
@@ -38,7 +38,7 @@ let
38
llvm_targets = [:AArch64, :AMDGPU, :ARC, :ARM, :AVR, :BPF, :Hexagon, :Lanai, :MSP430,
39
:Mips, :NVPTX, :PowerPC, :RISCV, :Sparc, :SystemZ, :WebAssembly, :X86,
40
:XCore]
41
- @show global const libllvm_targets = filter(llvm_targets) do target
+ global const libllvm_targets = filter(llvm_targets) do target
42
sym = Libdl.dlsym_e(lib, Symbol("LLVMInitialize$(target)Target"))
43
sym !== nothing
44
end
0 commit comments