<p dir="ltr">Why did you add the x86 triple in the first place? It shouldn't be necessary. </p>
<div class="gmail_quote">On Apr 4, 2014 3:24 AM, "NAKAMURA Takumi" <<a href="mailto:geek4civic@gmail.com">geek4civic@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: chapuni<br>
Date: Fri Apr  4 05:16:51 2014<br>
New Revision: 205621<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=205621&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=205621&view=rev</a><br>
Log:<br>
Tweak unconditional-branch.ll passing on any hosts, while investigating x86_64-mingw32.<br>
<br>
Sorry for the breakage.<br>
<br>
For now, it will fail in two ways:<br>
<br>
  1. To fail for targeting x86_64-mingw32.<br>
    <stdin>:131:8: note: possible intended match here<br>
    0x30830a0100000002 3 0 1 0 0 is_stmt<br>
<br>
  2. To fail not to find the target x86.<br>
    llc: : error: unable to get target for 'x86_64-unknown-unknown',<br>
      see --version and --triple.<br>
<br>
Modified:<br>
    llvm/trunk/test/DebugInfo/unconditional-branch.ll<br>
<br>
Modified: llvm/trunk/test/DebugInfo/unconditional-branch.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/unconditional-branch.ll?rev=205621&r1=205620&r2=205621&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/unconditional-branch.ll?rev=205621&r1=205620&r2=205621&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)<br>
+++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Fri Apr  4 05:16:51 2014<br>
@@ -1,8 +1,12 @@<br>
 ; REQUIRES: object-emission<br>
 ; PR 19261<br>
<br>
-; FIXME: It is broken for targeting x86_64-cygming.<br>
-; RUN: llc -mtriple=x86_64-unknown-unknown -fast-isel=false -O0 -filetype=obj %s -o %t<br>
+; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t<br>
+; RUN: llvm-dwarfdump %t | FileCheck %s<br>
+<br>
+; FIXME: Investigating.<br>
+; XFAIL: *<br>
+; RUN: llc -mtriple=x86_64-mingw32 -fast-isel=false -O0 -filetype=obj %s -o %t<br>
 ; RUN: llvm-dwarfdump %t | FileCheck %s<br>
<br>
 ; CHECK: {{0x[0-9a-f]+}}      1      0      1   0             0  is_stmt<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>