Skip to content

Commit

Permalink
Exclude apple from assembly test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Oct 12, 2023
1 parent ae9cec5 commit f5cdd3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/assembly/x86_64-array-pair-load-store-merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
// only-x86_64
// ignore-sgx
// ignore-macos (manipulates rsp too)

// Depending on various codegen choices, this might end up copying
// a `<2 x i8>`, an `i16`, or two `i8`s.
Expand Down

0 comments on commit f5cdd3e

Please sign in to comment.