mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user