Skip to content

Commit 9866c83

Browse files
committed
Tests: mark armv7k as unsupported for lto_autolink.swift
rdar://122672371
1 parent 75b013e commit 9866c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/lto_autolink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ import AutolinkModuleMapLink
6363
#endif
6464

6565
// UNSUPPORTED: OS=macosx && CPU=arm64
66-
// UNSUPPORTED: OS=ios && CPU=arm64e
66+
// UNSUPPORTED: OS=ios && (CPU=arm64e || CPU=armv7k)
6767
// UNSUPPORTED: OS=watchos && CPU=arm64_32
6868
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64

0 commit comments

Comments
 (0)