diff options
| author | Nikita Popov <npopov@redhat.com> | 2024-01-23 10:17:05 +0100 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2024-01-23 10:31:07 +0100 |
| commit | 31f5f033e9a712cf586534e505a81f6e241f9db1 (patch) | |
| tree | 73f43711ecd74b6ba7cdeb68b57118884a6cf85e /tests/codegen/array-map.rs | |
| parent | 823e8b041a03c4e5f33d95cdc6fb996ecbcf0fa5 (diff) | |
| download | rust-31f5f033e9a712cf586534e505a81f6e241f9db1.tar.gz rust-31f5f033e9a712cf586534e505a81f6e241f9db1.zip | |
Remove uses of no-system-llvm
It looks like none of these are actually needed.
Diffstat (limited to 'tests/codegen/array-map.rs')
| -rw-r--r-- | tests/codegen/array-map.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/array-map.rs b/tests/codegen/array-map.rs index bdae43054d0..9846cc7f5c8 100644 --- a/tests/codegen/array-map.rs +++ b/tests/codegen/array-map.rs @@ -1,5 +1,4 @@ // compile-flags: -C opt-level=3 -C target-cpu=x86-64-v3 -// no-system-llvm // only-x86_64 // ignore-debug (the extra assertions get in the way) |
