summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/two-cus-from-same-file.ll
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-04-10 19:53:26 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-04-10 19:53:26 +0000
commit9dea0955ce7a613dbb8eddb44ee9aa27df7b0cdc (patch)
tree63f809db6cc6fec589ba8eaa2f3e85846d4e97d3 /llvm/test/DebugInfo/two-cus-from-same-file.ll
parentf2ca35cd791fe4338ec9a97f556dc5bca4deaad6 (diff)
downloadbcm5719-llvm-9dea0955ce7a613dbb8eddb44ee9aa27df7b0cdc.tar.gz
bcm5719-llvm-9dea0955ce7a613dbb8eddb44ee9aa27df7b0cdc.zip
Add object-emission flag for lit tests. This flag is used
to disable following tests for Hexagon that require direct object generation support. DebugInfo/dwarf-public-names.ll DebugInfo/dwarf-version.ll DebugInfo/member-pointers.ll DebugInfo/namespace.ll DebugInfo/two-cus-from-same-file.ll Fixes bug 15616 - http://llvm.org/bugs/show_bug.cgi?id=15616 llvm-svn: 179209
Diffstat (limited to 'llvm/test/DebugInfo/two-cus-from-same-file.ll')
-rw-r--r--llvm/test/DebugInfo/two-cus-from-same-file.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/two-cus-from-same-file.ll b/llvm/test/DebugInfo/two-cus-from-same-file.ll
index 58671d59f74..784df8d25b4 100644
--- a/llvm/test/DebugInfo/two-cus-from-same-file.ll
+++ b/llvm/test/DebugInfo/two-cus-from-same-file.ll
@@ -3,10 +3,11 @@
; blow llc up and produces something reasonable.
;
+; REQUIRES: object-emission
+
; RUN: llc %s -o %t -filetype=obj -O0
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
-; XFAIL: hexagon
; ModuleID = 'test.bc'
@str = private unnamed_addr constant [4 x i8] c"FOO\00"
OpenPOWER on IntegriCloud