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: {
20212021 },
20222022 },
20232023
2024 //.{
2025 // .target = .{
2026 // .cpu_arch = .x86_64,
2027 // .os_tag = .windows,
2028 // .abi = .gnu,
2029 // },
2030 // .use_llvm = false,
2031 // .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2032 //},
2033 //.{
2034 // .target = .{
2035 // .cpu_arch = .x86_64,
2036 // .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v2 },
2037 // .os_tag = .windows,
2038 // .abi = .gnu,
2039 // },
2040 // .use_llvm = false,
2041 // .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2042 //},
2043 //.{
2044 // .target = .{
2045 // .cpu_arch = .x86_64,
2046 // .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v3 },
2047 // .os_tag = .windows,
2048 // .abi = .gnu,
2049 // },
2050 // .use_llvm = false,
2051 // .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2052 //},
2024 .{
2025 .target = .{
2026 .cpu_arch = .x86_64,
2027 .os_tag = .windows,
2028 .abi = .gnu,
2029 },
2030 .use_llvm = false,
2031 .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2032 },
2033 .{
2034 .target = .{
2035 .cpu_arch = .x86_64,
2036 .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v2 },
2037 .os_tag = .windows,
2038 .abi = .gnu,
2039 },
2040 .use_llvm = false,
2041 .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2042 },
2043 .{
2044 .target = .{
2045 .cpu_arch = .x86_64,
2046 .cpu_model = .{ .explicit = &std.Target.x86.cpu.x86_64_v3 },
2047 .os_tag = .windows,
2048 .abi = .gnu,
2049 },
2050 .use_llvm = false,
2051 .c_defines = &.{"ZIG_BACKEND_STAGE2_X86_64"},
2052 },
20532053 .{
20542054 .target = .{
20552055 .cpu_arch = .x86_64,