summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/empty.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-11 23:35:06 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-11 23:35:06 +0000
commitce2f1cb9187e46a14cf978046d8b12a2aefb326a (patch)
tree5f931a6a0d2c71f624fa913df283bdc9da3db16b /llvm/test/DebugInfo/empty.ll
parentfe04abbc893680319d3f26654c7422f858b6873a (diff)
downloadbcm5719-llvm-ce2f1cb9187e46a14cf978046d8b12a2aefb326a.tar.gz
bcm5719-llvm-ce2f1cb9187e46a14cf978046d8b12a2aefb326a.zip
DebugInfo: Do not emit pubnames/pubtypes sections if they are empty
llvm-svn: 203622
Diffstat (limited to 'llvm/test/DebugInfo/empty.ll')
-rw-r--r--llvm/test/DebugInfo/empty.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/empty.ll b/llvm/test/DebugInfo/empty.ll
index 2885eb51fcc..1fb18166146 100644
--- a/llvm/test/DebugInfo/empty.ll
+++ b/llvm/test/DebugInfo/empty.ll
@@ -12,10 +12,10 @@
; CHECK-NOT: file_names[
; CHECK: .debug_pubnames contents:
-; CHECK-NEXT: {{^$}}
+; CHECK-NOT: Offset
; CHECK: .debug_pubtypes contents:
-; CHECK-NEXT: {{^$}}
+; CHECK-NOT: Offset
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!5}
OpenPOWER on IntegriCloud