llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.
llvm-svn: 184729
diff --git a/llvm/test/DebugInfo/arguments.ll b/llvm/test/DebugInfo/arguments.ll
index 30bc870..6f99f87 100644
--- a/llvm/test/DebugInfo/arguments.ll
+++ b/llvm/test/DebugInfo/arguments.ll
@@ -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: