Skip to content

Commit f5cdd3e

Browse files
committed
Exclude apple from assembly test
1 parent ae9cec5 commit f5cdd3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/assembly/x86_64-array-pair-load-store-merge.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
33
// only-x86_64
44
// ignore-sgx
5+
// ignore-macos (manipulates rsp too)
56

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

0 commit comments

Comments
 (0)