ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
35.12k stars 2.56k forks source link

link: fix failing incremental test cases #21999

Closed jacobly0 closed 1 week ago

jacobly0 commented 1 week ago

zig build test-incremental now passes with an llvm backend compiled zig, but not a self-hosted backend compiled zig.

Followup #21961