[llvm] r319997 - [DebugInfo] Explicitly pass a triple to this test.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 11:09:16 PST 2017


Hello Davide,

One of your resent commits broke the test on the builder:

http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/6619

. . .
Failing Tests (2):
. . .
    LLVM :: DebugInfo/Generic/nodebug.ll
. . .

Please have a look?
The builder was already red and did not send notifications.

Thanks

Galina

On Wed, Dec 6, 2017 at 5:22 PM, Davide Italiano via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: davide
> Date: Wed Dec  6 17:22:10 2017
> New Revision: 319997
>
> URL: http://llvm.org/viewvc/llvm-project?rev=319997&view=rev
> Log:
> [DebugInfo] Explicitly pass a triple to this test.
>
> As we emit different linetables format on different operating
> systems, this currently fails on linux. Speculative commit
> to fix the bots.
>
> Modified:
>     llvm/trunk/test/DebugInfo/Generic/nodebug.ll
>
> Modified: llvm/trunk/test/DebugInfo/Generic/nodebug.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/
> DebugInfo/Generic/nodebug.ll?rev=319997&r1=319996&r2=319997&view=diff
> ============================================================
> ==================
> --- llvm/trunk/test/DebugInfo/Generic/nodebug.ll (original)
> +++ llvm/trunk/test/DebugInfo/Generic/nodebug.ll Wed Dec  6 17:22:10 2017
> @@ -1,6 +1,6 @@
>  ; REQUIRES: object-emission
>
> -; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s
> +; RUN: %llc_dwarf < %s -filetype=obj -mtriple=x86_64-apple-darwin |
> llvm-dwarfdump -v - | FileCheck %s
>
>  ; Test that a nodebug function (a function not appearing in the debug
> info IR
>  ; metadata subprogram list) with DebugLocs on its IR doesn't cause
> crashes/does
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://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/20171207/512e51bc/attachment.html>


More information about the llvm-commits mailing list