Skip to content

Commit 8336a79

Browse files
author
apple-llvm-mt
committed
Merge clang: Use -target instead of -arch in test case.
apple-llvm-split-dir: clang/
2 parents f97b9eb + e8576ef commit 8336a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/darwin-version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// RUN: %clang -target armv7-apple-ios11.1 -c -### %s 2>&1 | \
2828
// 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 | \
29+
// RUN: %clang -target armv7-apple-ios9 -Wno-missing-sysroot -isysroot SDKs/iPhoneOS11.0.sdk -c -### %s 2>&1 | \
3030
// RUN: FileCheck --check-prefix=CHECK-VERSION-IOS7 %s
3131
// CHECK-VERSION-IOS7: thumbv7-apple-ios10.99.99
3232

0 commit comments

Comments
 (0)