mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 16:43:07 +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.