Skip to content

Commit c2ca810

Browse files
authored
Merge pull request #72189 from xymus/lto_autolink-armv7k-5.10
[5.10] Tests: mark armv7k as unsupported for lto_autolink.swift
2 parents 75b013e + 2331725 commit c2ca810

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
@@ -64,5 +64,5 @@ import AutolinkModuleMapLink
6464

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

0 commit comments

Comments
 (0)