mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 21:43:25 +00:00
The name of the ZCU object file emitted by the LLVM backend has been changed in this branch from e.g. `foo.o` to `foo_zcu.o`. This is to avoid name clashes. This commit just updates a link test which started failing because the object name in a linker error changed.