[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:08:59 PDT 2020


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/d1e6f4c5/attachment.html>


More information about the llvm-commits mailing list