summaryrefslogtreecommitdiffstats
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
commitddca5fa24aaf8b03b232031f62985f6127cea6a9 (patch)
tree515d09f9cb1d9561965151f6c092660ad8888bcc
parentef93bc1c8ade19ffac4a80900e294b2899a4b52e (diff)
downloadbcm5719-llvm-ddca5fa24aaf8b03b232031f62985f6127cea6a9.tar.gz
bcm5719-llvm-ddca5fa24aaf8b03b232031f62985f6127cea6a9.zip
Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll.
llvm-svn: 185465
-rw-r--r--llvm/test/DebugInfo/inlined-arguments.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/inlined-arguments.ll b/llvm/test/DebugInfo/inlined-arguments.ll
index d3ece100634..50a90680bb9 100644
--- 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
OpenPOWER on IntegriCloud