| author | |
| committer | |
| log | e11901c1a1c5aa617e4251e559f97b87b6725453 |
| tree | 6b496a3719d223be66673269c9c98ef4fe706240 |
| parent | 692c798303bc1ceb031ddb26a0d79a49d3056b66 |
| signature |
1 files changed, 7 insertions(+), 8 deletions(-)
test/tests.zig+7-8| ... | @@ -1756,14 +1756,13 @@ const c_abi_targets = blk: { | ... | @@ -1756,14 +1756,13 @@ const c_abi_targets = blk: { |
| 1756 | }, | 1756 | }, |
| 1757 | }, | 1757 | }, |
| 1758 | 1758 | ||
| 1759 | // Clang explodes when parsing `cfuncs.c`. | 1759 | .{ |
| 1760 | // .{ | 1760 | .target = .{ |
| 1761 | // .target = .{ | 1761 | .cpu_arch = .s390x, |
| 1762 | // .cpu_arch = .s390x, | 1762 | .os_tag = .linux, |
| 1763 | // .os_tag = .linux, | 1763 | .abi = .musl, |
| 1764 | // .abi = .musl, | 1764 | }, |
| 1765 | // }, | 1765 | }, |
| 1766 | // }, | ||
| 1767 | 1766 | ||
| 1768 | .{ | 1767 | .{ |
| 1769 | .target = std.Target.Query.parse(.{ | 1768 | .target = std.Target.Query.parse(.{ |