Speculative fix for the broken bots.
authorChris Bieneman <beanz@apple.com>
Thu, 25 Jun 2015 20:50:46 +0000 (20:50 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 25 Jun 2015 20:50:46 +0000 (20:50 +0000)
llvm-svn: 240693

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

index 472fa0d..bea5562 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: %clang -target i386-apple-darwin9 -miphonesimulator-version-min=7.0 -arch i386 -S -o - %s | FileCheck %s
-// RUN: %clang -target i386-apple-darwin9 -miphoneos-version-min=7.0 -arch armv7s -S -o - %s | FileCheck %s
+// RUN: %clang -target i386-apple-darwin10 -miphonesimulator-version-min=7.0 -arch i386 -S -o - %s | FileCheck %s
 
 int main() { return 0; }
 // CHECK: .ios_version_min 7, 0