Skip to content

Commit ef5e40f

Browse files
authored
Adapt to upstream changes. (#473)
1 parent 6bfe331 commit ef5e40f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/jlgen.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,9 @@ function compile_method_instance(@nospecialize(job::CompilerJob); ctx::JuliaCont
573573
@static if v"1.9.0-DEV.1660" <= VERSION < v"1.9.0-beta1" || VERSION >= v"1.10-"
574574
cgparams = merge(cgparams, (;safepoint_on_entry = can_safepoint(job)))
575575
end
576+
@static if VERSION >= v"1.10.0-DEV.1499"
577+
cgparams = merge(cgparams, (;gcstack_arg = false))
578+
end
576579
params = Base.CodegenParams(; cgparams...)
577580

578581
# generate IR

0 commit comments

Comments
 (0)