Commit 9f87aacaaf
Changed files (1)
test
src
test/src/Cases.zig
@@ -472,6 +472,10 @@ fn addFromDirInner(
// Rosetta has issues with ZLD
continue;
}
+ if (backend == .stage2 and target.ofmt == .coff) {
+ // COFF linker has bitrotted
+ continue;
+ }
const next = ctx.cases.items.len;
try ctx.cases.append(.{