llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Jun 2013 13:19:47 +0000 (13:19 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Jun 2013 13:19:47 +0000 (13:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184729 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/arguments.ll

index 30bc870547f0b3d28d2e18a1fb50d49a48fff316..6f99f87ee005b905f804716769a331cadadce350 100644 (file)
@@ -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: