r240710 - This should actually fix the broken bots.

Chris Bieneman beanz at apple.com
Thu Jun 25 15:55:31 PDT 2015


Doh... Yes. I'm away from my computer for a bit. I would greatly appreciate if you can patch that up. If not I can do it in about 45 minutes when I can get online again.

Thanks,
-Chris



> On Jun 25, 2015, at 3:39 PM, Jonathan Roelofs <jonathan at codesourcery.com> wrote:
> 
> 
> 
>> 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