Skip to content

Commit

Permalink
ix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 4, 2024
1 parent 97c09b4 commit 47d8813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/orcv2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ function setup_globals()
jit[] = CompilerInstance(lljit, nothing, nothing)
end

jd_main
jd_main, lljit
end

function __init__()
jd_main = setup_globals()
jd_main, lljit = setup_globals()

if Sys.iswindows() && Int === Int64
# TODO can we check isGNU?
Expand Down

0 comments on commit 47d8813

Please sign in to comment.