Fix the test added in r240710.
authorJonathan Roelofs <jonathan@codesourcery.com>
Thu, 25 Jun 2015 23:21:11 +0000 (23:21 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Thu, 25 Jun 2015 23:21:11 +0000 (23:21 +0000)
llvm-svn: 240718

clang/test/Driver/ios-version-min.c

index 1043d75..aa536cf 100644 (file)
@@ -1,7 +1,7 @@
 // REQUIRES: x86-registered-target
 // REQUIRES: arm-registered-target
 // RUN: %clang -target i386-apple-darwin10 -miphonesimulator-version-min=7.0 -arch i386 -S -o - %s | FileCheck %s
-// RUN: %clang -target i386-apple-darwin10 -miphoneos-version-min=7.0 -arch armv7s -S -o - %s | FileCheck %s
+// RUN: %clang -target armv7s-apple-darwin10 -miphoneos-version-min=7.0 -arch armv7s -S -o - %s | FileCheck %s
 
 int main() { return 0; }
 // CHECK: .ios_version_min 7, 0