| author | |
| committer | |
| log | d626dc84d9edbc92bf5ef7538d07ef10fd4e340a |
| tree | 1fa9f1d8170c921433ea3e0a559feb7c914594d4 |
| parent | fa9caeba1b39daccf9096c5f269b605974ce2496 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
test/llvm_targets.zig+1| ... | ... | @@ -234,6 +234,7 @@ const targets = [_]std.Target.Query{ |
| 234 | 234 | |
| 235 | 235 | .{ .cpu_arch = .s390x, .os_tag = .freestanding, .abi = .none }, |
| 236 | 236 | .{ .cpu_arch = .s390x, .os_tag = .linux, .abi = .gnu }, |
| 237 | .{ .cpu_arch = .s390x, .os_tag = .linux, .abi = .musl }, | |
| 237 | 238 | .{ .cpu_arch = .s390x, .os_tag = .linux, .abi = .none }, |
| 238 | 239 | |
| 239 | 240 | .{ .cpu_arch = .sparc, .os_tag = .freestanding, .abi = .none }, |