We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58370e0 commit 5a14f02Copy full SHA for 5a14f02
src/jlgen.jl
@@ -624,6 +624,9 @@ function compile_method_instance(@nospecialize(job::CompilerJob))
624
if VERSION < v"1.12.0-DEV.1667"
625
cgparams = (; lookup = Base.unsafe_convert(Ptr{Nothing}, lookup_cb), cgparams... )
626
end
627
+ if VERSION > v"1.13.0-DEV.285"
628
+ cgparams = (; force_emit_all = true , cgparams...)
629
+ end
630
params = Base.CodegenParams(; cgparams...)
631
632
# generate IR
0 commit comments