Skip to content

Commit 26f6898

Browse files
committed
Tests: mark armv7k as unsupported for lto_autolink.swift
rdar://122672371
1 parent 0543ff8 commit 26f6898

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
@@ -45,6 +45,6 @@ import AutolinkModuleMapLink
4545

4646
// UNSUPPORTED: OS=macosx && CPU=arm64
4747
// UNSUPPORTED: OS=ios && CPU=arm64e
48-
// UNSUPPORTED: OS=watchos && CPU=arm64_32
48+
// UNSUPPORTED: OS=watchos && (CPU=arm64_32 || CPU=armv7k)
4949
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
5050
// UNSUPPORTED: CPU=wasm32

0 commit comments

Comments
 (0)