diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-07-26 22:42:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-26 22:42:37 -0400 |
| commit | ba4a69134e6eee2b0a59ef777616f5c946811037 (patch) | |
| tree | 7296f6809c0b4c6320c808f1e20d4765afcf3629 | |
| parent | aaa37e55d70af902f09e4f3c8231a6dee33f3728 (diff) | |
| parent | 546885ce80fa878dad6fa7957e9047ce2f46b5d0 (diff) | |
| download | rust-ba4a69134e6eee2b0a59ef777616f5c946811037.tar.gz rust-ba4a69134e6eee2b0a59ef777616f5c946811037.zip | |
Rollup merge of #144430 - Gelbpunkt:aarch64-outline-atomics-target, r=Noratrieb
tests: aarch64-outline-atomics: Remove hardcoded target Since this test is limited to aarch64 and linux hosts, the `--target` flag is entirely unnecessary and only breaks this on musl hosts. Let the compiler use the default target instead.
| -rw-r--r-- | tests/assembly-llvm/asm/aarch64-outline-atomics.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/assembly-llvm/asm/aarch64-outline-atomics.rs b/tests/assembly-llvm/asm/aarch64-outline-atomics.rs index 5990fb84942..22599c18dcf 100644 --- a/tests/assembly-llvm/asm/aarch64-outline-atomics.rs +++ b/tests/assembly-llvm/asm/aarch64-outline-atomics.rs @@ -1,7 +1,5 @@ //@ assembly-output: emit-asm //@ compile-flags: -Copt-level=3 -//@ compile-flags: --target aarch64-unknown-linux-gnu -//@ needs-llvm-components: aarch64 //@ only-aarch64 //@ only-linux |
