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
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: