[llvm] r263986 - Unxfail test/DebugInfo/Generic/multiline.ll on Hexagon

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 14:32:34 PDT 2016


Sorry, that was not intentional.  Fixed in r263990.

-Krzysztof


On 3/21/2016 4:19 PM, Rafael EspĂ­ndola wrote:
> You have to move the test to a directory that requires hexagon if you
> are going to use "-march=hexagon". This broke some bots:
>
>
> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/9194
>
> Cheers,
> Rafael
>
>
> On 21 March 2016 at 16:56, Krzysztof Parzyszek via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: kparzysz
>> Date: Mon Mar 21 15:55:59 2016
>> New Revision: 263986
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=263986&view=rev
>> Log:
>> Unxfail test/DebugInfo/Generic/multiline.ll on Hexagon
>>
>> Modified:
>>      llvm/trunk/test/DebugInfo/Generic/multiline.ll
>>
>> Modified: llvm/trunk/test/DebugInfo/Generic/multiline.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/multiline.ll?rev=263986&r1=263985&r2=263986&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/DebugInfo/Generic/multiline.ll (original)
>> +++ llvm/trunk/test/DebugInfo/Generic/multiline.ll Mon Mar 21 15:55:59 2016
>> @@ -1,6 +1,5 @@
>> -; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
>> -; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
>> -; XFAIL: hexagon
>> +; RUN: llc -march=hexagon -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
>> +; RUN: llc -march=hexagon -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
>>
>>   ; Check that the assembly output properly handles is_stmt changes. And since
>>   ; we're testing anyway, check the integrated assembler too.
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-commits mailing list