mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Mark an LTO Test Unsupported on arm64_32
The %target-cpu annotations here cause us to form the triple arm64_32-unknown-linux-gnu which is not a valid triple. We don't need to run these tests on arm64_32 platforms anyways. rdar://77398372
This commit is contained in:
@@ -63,3 +63,4 @@ import AutolinkModuleMapLink
|
||||
#endif
|
||||
|
||||
// UNSUPPORTED: OS=macosx && CPU=arm64
|
||||
// UNSUPPORTED: OS=watchos && CPU=arm64_32
|
||||
|
||||
Reference in New Issue
Block a user