aarch64: implement more optional/error union/union support

This commit is contained in:
Jacob Young
2025-07-26 21:39:43 -04:00
parent 69abc945e4
commit 7894703ee7
13 changed files with 342 additions and 68 deletions
-1
View File
@@ -344,7 +344,6 @@ test "else continue outer while" {
}
test "try terminating an infinite loop" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;