Skip to content

Commit c2546b5

Browse files
committed
Disable test pre_specialize-macos.swift on arm64
It uses an explicit x86_64-apple-macos target. rdar://84108917
1 parent c2fd49c commit c2546b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/pre_specialize-macos.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %target-swift-frontend -I %t -O -emit-sil -target x86_64-apple-macos11 %s | %FileCheck %s --check-prefix=OPT --check-prefix=CHECK
55
// RUN: %target-swift-frontend -I %t -O -emit-sil -target x86_64-apple-macosx10.9 %s | %FileCheck %s --check-prefix=NOOPT --check-prefix=CHECK
66

7-
// REQUIRES: OS=macosx
7+
// REQUIRES: OS=macosx && CPU=x86_64
88

99
import pre_specialized_module
1010
import pre_specialized_module2

0 commit comments

Comments
 (0)