<p dir="ltr"><br>
On Jun 24, 2013 6:22 AM, "NAKAMURA Takumi" <<a href="mailto:geek4civic@gmail.com">geek4civic@gmail.com</a>> wrote:<br>
><br>
> Author: chapuni<br>
> Date: Mon Jun 24 08:19:47 2013<br>
> New Revision: 184729<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=184729&view=rev">http://llvm.org/viewvc/llvm-project?rev=184729&view=rev</a><br>
> Log:<br>
> llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.</p>
<p dir="ltr">Thanks. Sorry about the breakage. Working on i386 support/fix.</p>
<p dir="ltr">><br>
> Modified:<br>
>     llvm/trunk/test/DebugInfo/arguments.ll<br>
><br>
> Modified: llvm/trunk/test/DebugInfo/arguments.ll<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/arguments.ll?rev=184729&r1=184728&r2=184729&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/arguments.ll?rev=184729&r1=184728&r2=184729&view=diff</a><br>

> ==============================================================================<br>
> --- llvm/trunk/test/DebugInfo/arguments.ll (original)<br>
> +++ llvm/trunk/test/DebugInfo/arguments.ll Mon Jun 24 08:19:47 2013<br>
> @@ -1,6 +1,6 @@<br>
>  ; REQUIRES: object-emission<br>
><br>
> -; RUN: llc -O0 -filetype=obj < %s > %t<br>
> +; RUN: llc -mtriple=x86_64-unknown-unknown -O0 -filetype=obj < %s > %t<br>
>  ; RUN: llvm-dwarfdump %t | FileCheck %s<br>
><br>
>  ; IR generated from clang -g with the following source:<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">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</p>