| author | |
| committer | |
| log | 237e8a5a7a9b1b007f177198a52eeb99fb5d1b43 |
| tree | e08cbdd57ec2670e0e0f660cbff5f0cda4b1aaca |
| parent | 611c38e6daffc18bc044ebb1e20d161b4ef757f2 |
Because -fno-llvm is now the default on x86_64-linux, this target was
exactly equivalent to one specified earlier in the matrix. This was
probably just missed when doing the work to enable the self-hosted
backend by default for x86_64.1 files changed, 1 insertions(+), 0 deletions(-)
test/tests.zig+1| ... | @@ -1176,6 +1176,7 @@ const test_targets = blk: { | ... | @@ -1176,6 +1176,7 @@ const test_targets = blk: { |
| 1176 | .abi = .musl, | 1176 | .abi = .musl, |
| 1177 | }, | 1177 | }, |
| 1178 | .link_libc = true, | 1178 | .link_libc = true, |
| 1179 | .use_llvm = true, | ||
| 1179 | .use_lld = false, | 1180 | .use_lld = false, |
| 1180 | }, | 1181 | }, |
| 1181 | 1182 |