llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.
[oota-llvm.git] / 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: