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.
2 parents f97b9eb + e8576ef commit 8336a79Copy full SHA for 8336a79
clang/test/Driver/darwin-version.c
@@ -26,7 +26,7 @@
26
27
// RUN: %clang -target armv7-apple-ios11.1 -c -### %s 2>&1 | \
28
// RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s
29
-// RUN: %clang -arch armv7 -Wno-missing-sysroot -isysroot SDKs/iPhoneOS11.0.sdk -c -### %s 2>&1 | \
+// RUN: %clang -target armv7-apple-ios9 -Wno-missing-sysroot -isysroot SDKs/iPhoneOS11.0.sdk -c -### %s 2>&1 | \
30
31
// CHECK-VERSION-IOS7: thumbv7-apple-ios10.99.99
32
0 commit comments