r208688 - try to make test/Driver/masm.c work with the hexagon bot

Eric Christopher echristo at gmail.com
Tue May 13 12:59:46 PDT 2014


Correct. Fixed in r208722 I think.

-eric

On Tue, May 13, 2014 at 12:47 PM, Ben Langmuir <blangmuir at apple.com> wrote:
> Hi Nico,
>
> Should we also have this, since you are using an arm triple?
> // REQUIRES: arm-registered-target
>
> When I tried to run these tests I got  error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
>
> Ben
>
>> On May 13, 2014, at 4:30 AM, Nico Weber <nicolasweber at gmx.de> wrote:
>>
>> Author: nico
>> Date: Tue May 13 06:30:01 2014
>> New Revision: 208688
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=208688&view=rev
>> Log:
>> try to make test/Driver/masm.c work with the hexagon bot
>>
>> Modified:
>>    cfe/trunk/test/Driver/masm.c
>>
>> Modified: cfe/trunk/test/Driver/masm.c
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/masm.c?rev=208688&r1=208687&r2=208688&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/Driver/masm.c (original)
>> +++ cfe/trunk/test/Driver/masm.c Tue May 13 06:30:01 2014
>> @@ -1,3 +1,4 @@
>> +// REQUIRES: x86-registered-target
>> // RUN: %clang -target i386-unknown-linux -masm=intel %s -S -o - | FileCheck --check-prefix=CHECK-INTEL %s
>> // RUN: %clang -target i386-unknown-linux -masm=att %s -S -o - | FileCheck --check-prefix=CHECK-ATT %s
>> // RUN: not %clang -target i386-unknown-linux -masm=somerequired %s -S -o - 2>&1 | FileCheck --check-prefix=CHECK-SOMEREQUIRED %s
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list