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

llvm-svn: 184729
This commit is contained in:
NAKAMURA Takumi 2013-06-24 13:19:47 +00:00
parent f7f5894d8d
commit 1ea45844f5
1 changed files with 1 additions and 1 deletions

View 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: