mirror of
https://github.com/ziglang/zig.git
synced 2026-03-16 16:37:17 +00:00
and use it when building libuserland.a The self-hosted part of stage1 relies on zig's compiler-rt, and so we include it in libuserland.a. This should potentially be the default, but for now it's behind a linker option. self-hosted translate-c: small progress on translating functions.