zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

mips64-linux-musl

Open alexrp opened this issue 1 year ago • 0 comments

install
└─ install zig
   └─ zig build-exe zig ReleaseFast mips64-linux-musl 1 errors
error: ld.lld: <unknown>:0: out of range PC16 fixup

Started happening after the LLVM 19 upgrade, but I couldn't find any functional changes to the relevant backend and LLD code in that release. Could just be coincidence that we run into it now.

Does not happen for mips64el-linux-musl.

alexrp avatar Sep 22 '24 12:09 alexrp