From 47d88138e175bfbdb1dfa03c5b1f92c95ced32c8 Mon Sep 17 00:00:00 2001 From: "William S. Moses" Date: Tue, 3 Dec 2024 19:08:22 -0500 Subject: [PATCH] ix --- src/compiler/orcv2.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/orcv2.jl b/src/compiler/orcv2.jl index 11b3c77c7e..1640b05db2 100644 --- a/src/compiler/orcv2.jl +++ b/src/compiler/orcv2.jl @@ -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?