Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 4, 2024
1 parent bf22c75 commit 97c09b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/compiler/orcv2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ function setup_globals()
@warn "OrcV2 initialization failed with" err
jit[] = CompilerInstance(lljit, nothing, nothing)
end

jd_main
end

function __init__()
setup_globals()
jd_main = setup_globals()

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

0 comments on commit 97c09b4

Please sign in to comment.