Skip to content

Commit

Permalink
Rollup merge of rust-lang#89902 - rusticstuff:outline-atomics-linux-o…
Browse files Browse the repository at this point in the history
…nly, 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`
  • Loading branch information
matthiaskrgr committed Oct 16, 2021
2 parents dfed1a6 + 2a1fbb8 commit e56b5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/assembly/asm/aarch64-outline-atomics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// compile-flags: --target aarch64-unknown-linux-gnu
// needs-llvm-components: aarch64
// only-aarch64
// only-linux

#![crate_type = "rlib"]

Expand Down

0 comments on commit e56b5ee

Please sign in to comment.