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 08b2eed commit 9993d11Copy full SHA for 9993d11
test/IRGen/abi_v7k.swift
@@ -1,6 +1,7 @@
1
-// RUN: %swift -target armv7k-apple-watchos2 -emit-ir -primary-file %s -module-name test_v7k | FileCheck %s
2
-// RUN: %swift -target armv7k-apple-watchos2 -S -primary-file %s -module-name test_v7k | FileCheck -check-prefix=V7K %s
+// RUN: %target-swift-frontend -emit-ir -primary-file %s -module-name test_v7k | FileCheck %s
+// RUN: %target-swift-frontend -S -primary-file %s -module-name test_v7k | FileCheck -check-prefix=V7K %s
3
4
+// REQUIRES: CPU=armv7k
5
// REQUIRES: OS=watchos
6
7
// CHECK-LABEL: define hidden float @_TF8test_v7k9addFloats{{.*}}(float, float)
0 commit comments