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 f6a7ade commit 5c4e91eCopy full SHA for 5c4e91e
src/compiler/orcv2.jl
@@ -93,12 +93,12 @@ function setup_globals()
93
optlevel = LLVM.API.LLVMCodeGenLevelAggressive
94
end
95
96
- tempTM = LLVM.JITTargetMachine(LLVM.triple(), cpu_name(), cpu_features(); optlevel)
+ lljit = JuliaOJIT()
97
+
98
+ tempTM = LLVM.JITTargetMachine(LLVM.triple(lljit), cpu_name(), cpu_features(); optlevel)
99
LLVM.asm_verbosity!(tempTM, true)
100
tm[] = tempTM
101
- lljit = JuliaOJIT()
-
102
jd_main = JITDylib(lljit)
103
104
prefix = LLVM.get_prefix(lljit)
0 commit comments