]> granicus.if.org Git - clang/commitdiff
Darwin: update clang test to new iOS default version (5.0)
authorTim Northover <tnorthover@apple.com>
Tue, 10 Dec 2013 11:53:25 +0000 (11:53 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 10 Dec 2013 11:53:25 +0000 (11:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196913 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/target-triple-deployment.c

index 8e4824a7fe95f01f954fb1d9e3df6dac47dd0dc7..e028ae29ed09a4499ec4ecbff07fe85fdf9bc28c 100644 (file)
@@ -6,7 +6,7 @@
 // RUN: %clang -target armv7-apple-ios -### %t.o 2>> %t.log
 // RUN: %clang -target armv7-apple-ios0.0 -### %t.o 2>> %t.log
 // RUN: %clang -target armv7-apple-ios1.2.3 -### %t.o 2>> %t.log
-// RUN: %clang -target armv7-apple-ios5.0 -### %t.o 2>> %t.log
+// RUN: %clang -target armv7-apple-ios7.0 -### %t.o 2>> %t.log
 //
 // RUN: FileCheck %s < %t.log
 
 // CHECK: 10.7.0
 // CHECK: {{ld(.exe)?"}}
 // CHECK: -iphoneos_version_min
-// CHECK: 3.0.0
+// CHECK: 5.0.0
 // CHECK: {{ld(.exe)?"}}
 // CHECK: -iphoneos_version_min
-// CHECK: 3.0.0
+// CHECK: 5.0.0
 // CHECK: {{ld(.exe)?"}}
 // CHECK: -iphoneos_version_min
 // CHECK: 1.2.3
 // CHECK: {{ld(.exe)?"}}
 // CHECK: -iphoneos_version_min
-// CHECK: 5.0.0
+// CHECK: 7.0.0