-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Send patch to LLVM adding the muslabin32 target environment #2909
Labels
arch-mips
32-bit and 64-bit MIPS
backend-llvm
The LLVM backend outputs an LLVM IR Module.
os-linux
upstream
An issue with a third party project that Zig uses.
Milestone
Comments
Doing this now, and will also add |
7 tasks
14 tasks
alexrp
added a commit
that referenced
this issue
Mar 18, 2025
alexrp
added a commit
that referenced
this issue
Mar 21, 2025
alexrp
added a commit
that referenced
this issue
Mar 24, 2025
alexrp
added a commit
that referenced
this issue
Apr 2, 2025
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-mips
32-bit and 64-bit MIPS
backend-llvm
The LLVM backend outputs an LLVM IR Module.
os-linux
upstream
An issue with a third party project that Zig uses.
musl supports the mipsn32 ABI but LLVM only has
musl
,musleabi
, andmusleabihf
.This C ABI is therefore unavailable in Zig even though musl provides it.
This should be an uncontroversial patch that I expect LLVM to accept easily.
https://github.com/llvm/llvm-project/blob/c23619b0c90056f9bd63f9b5d79caf5bf63618e8/llvm/include/llvm/ADT/Triple.h#L209-L211
The text was updated successfully, but these errors were encountered: