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:
ef93bc1
)
Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll.
author
Jyotsna Verma
<jverma@codeaurora.org>
Tue, 2 Jul 2013 19:21:43 +0000
(19:21 +0000)
committer
Jyotsna Verma
<jverma@codeaurora.org>
Tue, 2 Jul 2013 19:21:43 +0000
(19:21 +0000)
llvm-svn: 185465
llvm/test/DebugInfo/inlined-arguments.ll
patch
|
blob
|
history
diff --git
a/llvm/test/DebugInfo/inlined-arguments.ll
b/llvm/test/DebugInfo/inlined-arguments.ll
index
d3ece10
..
50a9068
100644
(file)
--- a/
llvm/test/DebugInfo/inlined-arguments.ll
+++ b/
llvm/test/DebugInfo/inlined-arguments.ll
@@
-1,3
+1,5
@@
+; REQUIRES: object-emission
+
; RUN: llc -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s