Skip to content
Snippets Groups Projects
Commit 6660f0d3 authored by Akira Hatanaka's avatar Akira Hatanaka
Browse files

Use -target instead of -arch in test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309640 91177308-0d34-0410-b5e6-96231b3b80d8
parent afae1def
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
// RUN: %clang -target armv7-apple-ios11.1 -c -### %s 2>&1 | \ // RUN: %clang -target armv7-apple-ios11.1 -c -### %s 2>&1 | \
// RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s
// 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 | \
// RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s
// CHECK-VERSION-IOS7: thumbv7-apple-ios10.99.99 // CHECK-VERSION-IOS7: thumbv7-apple-ios10.99.99
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment