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 af652ac commit 364a5c6Copy full SHA for 364a5c6
src/jlgen.jl
@@ -624,7 +624,7 @@ 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"
+ if VERSION >= v"1.12.0-DEV.2126"
628
cgparams = (; force_emit_all = true , cgparams...)
629
630
params = Base.CodegenParams(; cgparams...)
0 commit comments