cbe: implement global assembly

This commit is contained in:
Jacob Young
2022-10-11 04:51:52 -04:00
parent e8bda9eb3a
commit 1dd4a6102f
6 changed files with 35 additions and 16 deletions

View File

@@ -527,7 +527,6 @@ test "type coercion of anon struct literal to array" {
}
test "type coercion of pointer to anon struct literal to pointer to array" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO