Skip to content

Commit 8f66f7e

Browse files
authored
Unrolled build for #144430
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.
2 parents 283a074 + 546885c commit 8f66f7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/assembly-llvm/asm/aarch64-outline-atomics.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//@ assembly-output: emit-asm
22
//@ compile-flags: -Copt-level=3
3-
//@ compile-flags: --target aarch64-unknown-linux-gnu
4-
//@ needs-llvm-components: aarch64
53
//@ only-aarch64
64
//@ only-linux
75

0 commit comments

Comments
 (0)