<div dir="ltr">Hello Davide,<br><br>One of your resent commits broke the test on the builder:<br><br><a href="http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/6619">http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/6619</a><br><br>. . .<br>Failing Tests (2):<br>. . .<br>    LLVM :: DebugInfo/Generic/nodebug.ll<br>. . . <br><br>Please have a look?<br>The builder was already red and did not send notifications.<br><br>Thanks<br><br>Galina<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 6, 2017 at 5:22 PM, Davide Italiano via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: davide<br>
Date: Wed Dec  6 17:22:10 2017<br>
New Revision: 319997<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=319997&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=319997&view=rev</a><br>
Log:<br>
[DebugInfo] Explicitly pass a triple to this test.<br>
<br>
As we emit different linetables format on different operating<br>
systems, this currently fails on linux. Speculative commit<br>
to fix the bots.<br>
<br>
Modified:<br>
    llvm/trunk/test/DebugInfo/<wbr>Generic/nodebug.ll<br>
<br>
Modified: llvm/trunk/test/DebugInfo/<wbr>Generic/nodebug.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/nodebug.ll?rev=319997&r1=319996&r2=319997&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/test/<wbr>DebugInfo/Generic/nodebug.ll?<wbr>rev=319997&r1=319996&r2=<wbr>319997&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/test/DebugInfo/<wbr>Generic/nodebug.ll (original)<br>
+++ llvm/trunk/test/DebugInfo/<wbr>Generic/nodebug.ll Wed Dec  6 17:22:10 2017<br>
@@ -1,6 +1,6 @@<br>
 ; REQUIRES: object-emission<br>
<br>
-; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s<br>
+; RUN: %llc_dwarf < %s -filetype=obj -mtriple=x86_64-apple-darwin | llvm-dwarfdump -v - | FileCheck %s<br>
<br>
 ; Test that a nodebug function (a function not appearing in the debug info IR<br>
 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does<br>
<br>
<br>
______________________________<wbr>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>