We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test/Misc/target-cpu.swift
1 parent ea74546 commit 454e5eaCopy full SHA for 454e5ea
test/Misc/target-cpu.swift
@@ -13,8 +13,8 @@
13
// RUN: not %swift -typecheck -target armv7k-apple-watchos2 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=WATCHTARGETCPU1 %s
14
// WATCHTARGETCPU1: "-target-cpu" "cortex-a7"
15
16
-// RUN: not %swift -typecheck -target arm64-apple-watchos2 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=WATCHTARGETCPU2 %s
17
-// WATCHTARGETCPU2: "-target-cpu" "apple-a7"
+// RUN: not %swift -typecheck -target arm64_32-apple-watchos2 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=WATCHTARGETCPU2 %s
+// WATCHTARGETCPU2: "-target-cpu" "apple-s4"
18
19
// RUN: not %swift -typecheck -target armv7s-apple-ios7 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=TARGETCPU2 %s
20
// TARGETCPU2: "-target-cpu" "swift"
0 commit comments