Skip to content

Commit e56b5ee

Browse files
authored
Rollup merge of rust-lang#89902 - rusticstuff:outline-atomics-linux-only, r=workingjubilee
Restrict the aarch64 outline atomics test to Linux The test was introduced in rust-lang#83655, which enables the `outline-atomics` feature for aarch64-unknown-linux-* but not for any other aarch64 targets. The test did not check for Linux causing test failures on aarch64-apple-darwin. r? `@workingjubilee`
2 parents dfed1a6 + 2a1fbb8 commit e56b5ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/test/assembly/asm/aarch64-outline-atomics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// compile-flags: --target aarch64-unknown-linux-gnu
55
// needs-llvm-components: aarch64
66
// only-aarch64
7+
// only-linux
78

89
#![crate_type = "rlib"]
910

0 commit comments

Comments
 (0)