Skip to content

Commit f8e90f2

Browse files
committed
Remove debug print.
1 parent 36f5d1e commit f8e90f2

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
@@ -38,7 +38,7 @@ let
3838
llvm_targets = [:AArch64, :AMDGPU, :ARC, :ARM, :AVR, :BPF, :Hexagon, :Lanai, :MSP430,
3939
:Mips, :NVPTX, :PowerPC, :RISCV, :Sparc, :SystemZ, :WebAssembly, :X86,
4040
:XCore]
41-
@show global const libllvm_targets = filter(llvm_targets) do target
41+
global const libllvm_targets = filter(llvm_targets) do target
4242
sym = Libdl.dlsym_e(lib, Symbol("LLVMInitialize$(target)Target"))
4343
sym !== nothing
4444
end

0 commit comments

Comments
 (0)