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:
d3d3fd6
)
Give this X86-specific test a triple so it's actually X86-specific.
author
David Blaikie
<dblaikie@gmail.com>
Thu, 20 Jun 2013 17:31:32 +0000
(17:31 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Thu, 20 Jun 2013 17:31:32 +0000
(17:31 +0000)
llvm-svn: 184443
llvm/test/DebugInfo/X86/parameters.ll
patch
|
blob
|
history
diff --git
a/llvm/test/DebugInfo/X86/parameters.ll
b/llvm/test/DebugInfo/X86/parameters.ll
index e83f1146493ba0915e527d3165d9365b9146711a..6834f4b0d20074a32117bbe6ebba15790d2fbd81 100644
(file)
--- a/
llvm/test/DebugInfo/X86/parameters.ll
+++ b/
llvm/test/DebugInfo/X86/parameters.ll
@@
-1,6
+1,6
@@
; REQUIRES: object-emission
;
-; RUN: llc -O0 -filetype=obj < %s > %t
+; RUN: llc -
mtriple=x86_64-unknown-linux-gnu -
O0 -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Test case derived from compiling the following source with clang -g: