Skip to content

Tier System: powerpc64-linux #21651

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

Open
4 of 8 tasks
Tracked by #23665
alexrp opened this issue Oct 9, 2024 · 1 comment
Open
4 of 8 tasks
Tracked by #23665

Tier System: powerpc64-linux #21651

alexrp opened this issue Oct 9, 2024 · 1 comment
Labels
arch-powerpc 32-bit and 64-bit Power ISA contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-linux tier system Issues that track the support tier for a platform.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented Oct 9, 2024

Note that this target includes both the ELFv1 and ELFv2 ABIs, unlike powerpc64le-linux (#21650) which is always ELFv2.

  • Standard library support
  • libc is available even when cross-compiling
  • Stack traces work
  • All behavior tests pass
  • All standard library tests pass
  • No disabled tests
  • Enabled in CI (QEMU)
  • CI-produced binaries on download page

Open issues:

@alexrp alexrp added enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. os-linux arch-powerpc 32-bit and 64-bit Power ISA backend-llvm The LLVM backend outputs an LLVM IR Module. linking labels Oct 9, 2024
@alexrp alexrp added this to the unplanned milestone Oct 9, 2024
@alexrp
Copy link
Member Author

alexrp commented Oct 9, 2024

Enabled in CI (QEMU)

We have coverage for powerpc64-linux-none and powerpc64-linux-musl. powerpc64-linux-gnu requires ELFv1 linking support which LLD does not have - see #5927.

For the same reason, we only currently support musl for this point:

libc is available even when cross-compiling

@alexrp alexrp added the tier system Issues that track the support tier for a platform. label Nov 19, 2024
@alexrp alexrp modified the milestones: unplanned, 0.16.0 Dec 10, 2024
@alexrp alexrp changed the title Tier 1 support for powerpc64-linux Tier System: powerpc64-linux Apr 26, 2025
@alexrp alexrp removed backend-llvm The LLVM backend outputs an LLVM IR Module. linking labels Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-powerpc 32-bit and 64-bit Power ISA contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-linux tier system Issues that track the support tier for a platform.
Projects
None yet
Development

No branches or pull requests

1 participant