Skip to content

Commit 972f34b

Browse files
committed
Add backwards-compatible flags.
1 parent d807f1b commit 972f34b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/LLVM.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ let
6666
end
6767

6868
@debug "Using LLVM.jl wrapper for LLVM v$llvmjl_wrapper"
69+
70+
71+
# backwards-compatible flags
72+
73+
global const libllvm_system = false
74+
75+
global const configured = true
6976
end
7077

7178

0 commit comments

Comments
 (0)