projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f5894
)
llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 24 Jun 2013 13:19:47 +0000
(13:19 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 24 Jun 2013 13:19:47 +0000
(13:19 +0000)
llvm-svn: 184729
llvm/test/DebugInfo/arguments.ll
patch
|
blob
|
history
diff --git
a/llvm/test/DebugInfo/arguments.ll
b/llvm/test/DebugInfo/arguments.ll
index
30bc870
..
6f99f87
100644
(file)
--- 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: