r240710 - This should actually fix the broken bots.

Jonathan Roelofs jonathan at codesourcery.com
Thu Jun 25 15:39:56 PDT 2015



On 6/25/15 4:15 PM, Chris Bieneman wrote:
> Author: cbieneman
> Date: Thu Jun 25 17:15:39 2015
> New Revision: 240710
>
> URL: http://llvm.org/viewvc/llvm-project?rev=240710&view=rev
> Log:
> This should actually fix the broken bots.
>
> Modified:
>      cfe/trunk/test/Driver/ios-version-min.c
>
> Modified: cfe/trunk/test/Driver/ios-version-min.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/ios-version-min.c?rev=240710&r1=240709&r2=240710&view=diff
> ==============================================================================
> --- cfe/trunk/test/Driver/ios-version-min.c (original)
> +++ cfe/trunk/test/Driver/ios-version-min.c Thu Jun 25 17:15:39 2015
> @@ -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
Did you mean armv7s here ---^ ?

Jon
>
>   int main() { return 0; }
>   // CHECK: .ios_version_min 7, 0
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the cfe-commits mailing list