[llvm] 678bd84 - [DebugInfo] Fixes windows bot failure due to a test failure

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 13:10:56 PDT 2020


Ah, I see there was a follow-up commit to change this fix to account for
Windows path separators in a520c89a4768f1e2ad7012eb70ff05357fc5e985

Please include more details in commit descriptions about why a certain fix
is being made.

On Mon, May 18, 2020 at 1:08 PM David Blaikie <dblaikie at gmail.com> wrote:

> Could you explain why the test was failing on windows/non-linux-x86
> triples?
>
> On Wed, May 13, 2020 at 2:08 AM Sourabh Singh Tomar via llvm-commits <
> llvm-commits at lists.llvm.org> wrote:
>
>>
>> Author: Sourabh Singh Tomar
>> Date: 2020-05-13T14:34:47+05:30
>> New Revision: 678bd84c4dfe6764b88698d442bb2afb2f5c811b
>>
>> URL:
>> https://github.com/llvm/llvm-project/commit/678bd84c4dfe6764b88698d442bb2afb2f5c811b
>> DIFF:
>> https://github.com/llvm/llvm-project/commit/678bd84c4dfe6764b88698d442bb2afb2f5c811b.diff
>>
>> LOG: [DebugInfo] Fixes windows bot failure due to a test failure
>>
>> This fixes failures on windows bot specifically:
>>
>> http://lab.llvm.org:8011/builders/lld-x86_64-win/builds/445
>> and
>> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/
>> builds/32314
>> <http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/32314>
>>
>> * TEST 'LLVM :: DebugInfo/X86/Fortran-DIModule.ll' FAILED *
>> Script:
>> --
>> : 'RUN: at line 2';   c:\ps4-buildslave2\lld-x86_64-win\build\bin\llc.exe
>> -mtriple=x86_64-pc-windows-gnu
>>
>> c:\ps4-buildslave2\lld-x86_64-win\llvm-project\llvm\test\DebugInfo\X86\Fortran-DIModule.ll
>> -filetype=obj -o - |
>> c:\ps4-buildslave2\lld-x86_64-win\build\bin\llvm-dwarfdump.exe - |
>>  c:\ps4-buildslave2\lld-x86_64-win\build\bin\filecheck.exe
>>
>> c:\ps4-buildslave2\lld-x86_64-win\llvm-project\llvm\test\DebugInfo\X86\Fortran-DIModule.ll
>> --
>> Exit Code: 1
>> error: command failed with exit status: 1
>>
>> Added:
>>
>>
>> Modified:
>>     llvm/test/DebugInfo/X86/Fortran-DIModule.ll
>>
>> Removed:
>>
>>
>>
>>
>> ################################################################################
>> diff  --git a/llvm/test/DebugInfo/X86/Fortran-DIModule.ll
>> b/llvm/test/DebugInfo/X86/Fortran-DIModule.ll
>> index 33500dfb6de2..0cfe69637dd0 100644
>> --- a/llvm/test/DebugInfo/X86/Fortran-DIModule.ll
>> +++ b/llvm/test/DebugInfo/X86/Fortran-DIModule.ll
>> @@ -1,5 +1,5 @@
>>  ; This test checks attributes of a Fortran module.
>> -; RUN: %llc_dwarf  %s -filetype=obj -o - | \
>> +; RUN: %llc_dwarf -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o
>> - | \
>>  ; RUN:   llvm-dwarfdump - | FileCheck %s
>>
>>  ; CHECK: DW_TAG_module
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/65a19fb6/attachment.html>


More information about the llvm-commits mailing list