Skip to content

Commit 546885c

Browse files
committed
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. Signed-off-by: Jens Reidel <[email protected]>
1 parent 5d22242 commit 546885c

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)