We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fd49c commit c2546b5Copy full SHA for c2546b5
test/SILOptimizer/pre_specialize-macos.swift
@@ -4,7 +4,7 @@
4
// RUN: %target-swift-frontend -I %t -O -emit-sil -target x86_64-apple-macos11 %s | %FileCheck %s --check-prefix=OPT --check-prefix=CHECK
5
// RUN: %target-swift-frontend -I %t -O -emit-sil -target x86_64-apple-macosx10.9 %s | %FileCheck %s --check-prefix=NOOPT --check-prefix=CHECK
6
7
-// REQUIRES: OS=macosx
+// REQUIRES: OS=macosx && CPU=x86_64
8
9
import pre_specialized_module
10
import pre_specialized_module2
0 commit comments