]> granicus.if.org Git - clang/commitdiff
This should actually fix the broken bots.
authorChris Bieneman <beanz@apple.com>
Thu, 25 Jun 2015 22:15:39 +0000 (22:15 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 25 Jun 2015 22:15:39 +0000 (22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240710 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/ios-version-min.c

index bea55628314bb294fa255fb91277a4cc51695425..1043d752f5db368649109aedac124094f4be3ef3 100644 (file)
@@ -1,4 +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
 
 int main() { return 0; }
 // CHECK: .ios_version_min 7, 0