diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-03-11 23:35:06 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-03-11 23:35:06 +0000 |
commit | ce2f1cb9187e46a14cf978046d8b12a2aefb326a (patch) | |
tree | 5f931a6a0d2c71f624fa913df283bdc9da3db16b /llvm/test/DebugInfo/empty.ll | |
parent | fe04abbc893680319d3f26654c7422f858b6873a (diff) | |
download | bcm5719-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.ll | 4 |
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} |