Configure ModuleInterface/arm64e-fallback to not run in simulators

This would be needed to avoid test failures when running the test suite
on an Apple Silicon machine.

Addresses rdar://108788721
This commit is contained in:
Eric Miotto
2023-05-02 08:59:27 -07:00
parent 607f4ebb9f
commit 6235aa8e5c

View File

@@ -4,6 +4,7 @@
// PtrAuthFramework only supports these OSes. // PtrAuthFramework only supports these OSes.
// //
// REQUIRES: OS=tvos || OS=macosx || OS=ios // REQUIRES: OS=tvos || OS=macosx || OS=ios
// UNSUPPORTED: DARWIN_SIMULATOR={{.*}}
// When run on arm64, this tests that we fall back to the arm64e interface, but // When run on arm64, this tests that we fall back to the arm64e interface, but
// build it with `#if _ptrauth(_arm64e)` off. // build it with `#if _ptrauth(_arm64e)` off.