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

NAKAMURA Takumi geek4civic at gmail.com
Mon Jun 24 06:19:47 PDT 2013


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.

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:





More information about the llvm-commits mailing list