You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we are going to be updating the JIT to use LLVM 19 (see #124093), we can use the preserve_none attribute which exposes ghccc to the compiler instead of manually patching in the calling convention in LLVM IR and then compiling that. Additionally, preserve_none supports both x86-64 and AArch64 targets.
Will need to see what happens with 32-bit Windows during CI.
Now that we are going to be updating the JIT to use LLVM 19 (see #124093), we can use the
preserve_none
attribute which exposes ghccc to the compiler instead of manually patching in the calling convention in LLVM IR and then compiling that. Additionally,preserve_none
supports both x86-64 and AArch64 targets.Will need to see what happens with 32-bit Windows during CI.
Linked PRs
preserve_none
#125499The text was updated successfully, but these errors were encountered: