authorgravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2026-06-23 22:04:11-04:00
committergravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2026-06-23 22:04:11-04:00
logbe7b9dec521f36909643c7084c16c284968a7db3
treeee8258c43cf4696b85c8ee666d03fe5d4d0e934a
parentf5a911290e97435a09d46113551e07ace7367641

tests: enable selfhosted x86_64 c-abi targets


1 files changed, 29 insertions(+), 29 deletions(-)

test/tests.zig+29-29
...@@ -2021,35 +2021,35 @@ const c_abi_targets = blk: {...@@ -2021,35 +2021,35 @@ const c_abi_targets = blk: {
2021 },2021 },
2022 },2022 },
20232023
2024 //.{2024 .{
2025 // .target = .{2025 .target = .{
2026 // .cpu_arch = .x86_64,2026 .cpu_arch = .x86_64,
2027 // .os_tag = .windows,2027 .os_tag = .windows,
2028 // .abi = .gnu,2028 .abi = .gnu,
2029 // },2029 },
2030 // .use_llvm = false,2030 .use_llvm = false,
2031 // .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},2031 .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2032 //},2032 },
2033 //.{2033 .{
2034 // .target = .{2034 .target = .{
2035 // .cpu_arch = .x86_64,2035 .cpu_arch = .x86_64,
2036 // .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v2 },2036 .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v2 },
2037 // .os_tag = .windows,2037 .os_tag = .windows,
2038 // .abi = .gnu,2038 .abi = .gnu,
2039 // },2039 },
2040 // .use_llvm = false,2040 .use_llvm = false,
2041 // .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},2041 .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2042 //},2042 },
2043 //.{2043 .{
2044 // .target = .{2044 .target = .{
2045 // .cpu_arch = .x86_64,2045 .cpu_arch = .x86_64,
2046 // .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v3 },2046 .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v3 },
2047 // .os_tag = .windows,2047 .os_tag = .windows,
2048 // .abi = .gnu,2048 .abi = .gnu,
2049 // },2049 },
2050 // .use_llvm = false,2050 .use_llvm = false,
2051 // .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},2051 .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2052 //},2052 },
2053 .{2053 .{
2054 .target = .{2054 .target = .{
2055 .cpu_arch = .x86_64,2055 .cpu_arch = .x86_64,