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:
Robert Widmann
2021-04-30 15:00:24 -07:00
parent c7b383c1e7
commit b28e5dfbc2

View File

@@ -63,3 +63,4 @@ import AutolinkModuleMapLink
#endif
// UNSUPPORTED: OS=macosx && CPU=arm64
// UNSUPPORTED: OS=watchos && CPU=arm64_32