Merge pull request #11016 from ziglang/x64-more-codegen

This commit is contained in:
Jakub Konka
2022-03-01 09:14:23 +01:00
committed by GitHub
25 changed files with 162 additions and 207 deletions

View File

@@ -349,7 +349,6 @@ test "array literal as argument to function" {
test "double nested array to const slice cast in array literal" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
const S = struct {