Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ghccc with preserve_none in JIT builds #125498

Open
savannahostrowski opened this issue Oct 15, 2024 · 0 comments
Open

Replace ghccc with preserve_none in JIT builds #125498

savannahostrowski opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
build The build process and cross-build topic-JIT

Comments

@savannahostrowski
Copy link
Member

savannahostrowski commented Oct 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build topic-JIT
Projects
None yet
Development

No branches or pull requests

1 participant