summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-07-02 19:21:43 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-07-02 19:21:43 +0000
commit540579eb264500fc81572c55c76b482ce16d1ced (patch)
tree02afd1f34360e39265b003b487b49a9cd9b5d257 /test/DebugInfo
parentb843060ecfa29efb5f896350f6530fa81184e420 (diff)
downloadllvm-540579eb264500fc81572c55c76b482ce16d1ced.tar.gz
llvm-540579eb264500fc81572c55c76b482ce16d1ced.tar.bz2
llvm-540579eb264500fc81572c55c76b482ce16d1ced.tar.xz
Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/inlined-arguments.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/DebugInfo/inlined-arguments.ll b/test/DebugInfo/inlined-arguments.ll
index d3ece10063..50a90680bb 100644
--- a/test/DebugInfo/inlined-arguments.ll
+++ b/test/DebugInfo/inlined-arguments.ll
@@ -1,3 +1,5 @@
+; REQUIRES: object-emission
+
; RUN: llc -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s