Rollup merge of #89902 - rusticstuff:outline-atomics-linux-only, r=workingjubilee
Restrict the aarch64 outline atomics test to Linux The test was introduced in #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`
This commit is contained in:
commit
e56b5ee716
@ -4,6 +4,7 @@
|
||||
// compile-flags: --target aarch64-unknown-linux-gnu
|
||||
// needs-llvm-components: aarch64
|
||||
// only-aarch64
|
||||
// only-linux
|
||||
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user