Exclude apple from assembly test

This commit is contained in:
Scott McMurray 2023-10-12 11:03:02 -07:00
parent ae9cec5839
commit f5cdd3e130

View file

@ -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.