Commit e11901c1a1
Changed files (1)
test
test/tests.zig
@@ -1756,14 +1756,13 @@ const c_abi_targets = blk: {
},
},
- // Clang explodes when parsing `cfuncs.c`.
- // .{
- // .target = .{
- // .cpu_arch = .s390x,
- // .os_tag = .linux,
- // .abi = .musl,
- // },
- // },
+ .{
+ .target = .{
+ .cpu_arch = .s390x,
+ .os_tag = .linux,
+ .abi = .musl,
+ },
+ },
.{
.target = std.Target.Query.parse(.{