Open
Description
Zig Version
0.14.0-dev.1622+2ac543388
Steps to Reproduce and Observed Behavior
- Bootstrap a loongarch64 linux zig with ziglang/zig-bootstrap@1ad232c , either
musl
orgnu
. - Run
zig libc
on a loongarch64 linux machine with the bootstrappedzig
- The error occurs like this:
$ ~/opt/zig/musl/zig libc
error: OutOfMemory
Expected Behavior
zig libc
returns correct libc related information on loongarch64 like x86_64 or aarch64 ones