x86_64: fix some of the mass confusion about the meaning of MCValue

This commit is contained in:
Jacob Young
2023-04-05 02:18:18 -04:00
parent e2fe1907ec
commit 0165187cd0
4 changed files with 126 additions and 79 deletions

View File

@@ -190,7 +190,6 @@ test "nested arrays of strings" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
const array_of_strings = [_][]const u8{ "hello", "this", "is", "my", "thing" };
for (array_of_strings, 0..) |s, i| {