Skip to content

Commit b28e5df

Browse files
committed
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
1 parent c7b383c commit b28e5df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/lto_autolink.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ import AutolinkModuleMapLink
6363
#endif
6464

6565
// UNSUPPORTED: OS=macosx && CPU=arm64
66+
// UNSUPPORTED: OS=watchos && CPU=arm64_32

0 commit comments

Comments
 (0)