Skip to content

link: Stub out GOFF/XCOFF linker code based on LLVM #23698

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

Merged
merged 3 commits into from
Apr 28, 2025

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented Apr 27, 2025

This allows emitting object files for s390x-zos (GOFF) and powerpc(64)-aix (XCOFF).

Note that GOFF emission in LLVM is still being worked on upstream for LLVM 21; the resulting object files are useless right now. Also, -fstrip is required, or LLVM will SIGSEGV during DWARF emission.

alexrp added 3 commits April 27, 2025 03:52
This allows emitting object files for s390x-zos (GOFF) and powerpc(64)-aix
(XCOFF).

Note that GOFF emission in LLVM is still being worked on upstream for LLVM 21;
the resulting object files are useless right now. Also, -fstrip is required, or
LLVM will SIGSEGV during DWARF emission.
@alexrp alexrp enabled auto-merge April 27, 2025 01:59
@alexrp alexrp merged commit fc55c1b into ziglang:master Apr 28, 2025
15 of 18 checks passed
@alexrp alexrp deleted the goff-xcoff-stubs branch April 28, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant