[llvm] r184729 - llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.

David Blaikie dblaikie at gmail.com
Mon Jun 24 10:13:04 PDT 2013


On Jun 24, 2013 6:22 AM, "NAKAMURA Takumi" <geek4civic at gmail.com> wrote:
>
> Author: chapuni
> Date: Mon Jun 24 08:19:47 2013
> New Revision: 184729
>
> URL: http://llvm.org/viewvc/llvm-project?rev=184729&view=rev
> Log:
> llvm/test/DebugInfo/arguments.ll: Add explicit
-mtriple=x86_64-unknown-unknown.

Thanks. Sorry about the breakage. Working on i386 support/fix.

>
> Modified:
>     llvm/trunk/test/DebugInfo/arguments.ll
>
> Modified: llvm/trunk/test/DebugInfo/arguments.ll
> URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/arguments.ll?rev=184729&r1=184728&r2=184729&view=diff
>
==============================================================================
> --- llvm/trunk/test/DebugInfo/arguments.ll (original)
> +++ llvm/trunk/test/DebugInfo/arguments.ll Mon Jun 24 08:19:47 2013
> @@ -1,6 +1,6 @@
>  ; REQUIRES: object-emission
>
> -; RUN: llc -O0 -filetype=obj < %s > %t
> +; RUN: llc -mtriple=x86_64-unknown-unknown -O0 -filetype=obj < %s > %t
>  ; RUN: llvm-dwarfdump %t | FileCheck %s
>
>  ; IR generated from clang -g with the following source:
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130624/46e9897b/attachment.html>


More information about the llvm-commits mailing list