summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/dwarf-public-names.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-11-26 01:11:02 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-11-26 01:11:02 +0000
commita357aa03afcdabd9f28b7cb0151390a42f8e9709 (patch)
treeab113b641ed08bf0f66fc5f7e0322dd54c30f14e /llvm/test/DebugInfo/X86/dwarf-public-names.ll
parent480f5d265a4b22eac82139df8d8edcfe7ba059d0 (diff)
downloadbcm5719-llvm-a357aa03afcdabd9f28b7cb0151390a42f8e9709.tar.gz
bcm5719-llvm-a357aa03afcdabd9f28b7cb0151390a42f8e9709.zip
DebugInfo: Update test case due to dumper improvements in r195698
The dumper was only dumping one pubtypes set and it was /always/ dumping one pubtypes set even when there were zero sets. Now that the dumper correctly dumps zero, one, or many sets, we can update this test case to test for the absolute absence of a set rather than a bogus/accidental zero-valued set. llvm-svn: 195706
Diffstat (limited to 'llvm/test/DebugInfo/X86/dwarf-public-names.ll')
-rw-r--r--llvm/test/DebugInfo/X86/dwarf-public-names.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/dwarf-public-names.ll b/llvm/test/DebugInfo/X86/dwarf-public-names.ll
index d66e5a0c1ce..43e5af469e0 100644
--- a/llvm/test/DebugInfo/X86/dwarf-public-names.ll
+++ b/llvm/test/DebugInfo/X86/dwarf-public-names.ll
@@ -37,7 +37,7 @@
; Darwin shouldn't be generating the section by default
; DARWIN: debug_pubnames
-; DARWIN: unit_size = 0x00000000
+; DARWIN: {{^$}}
; Skip the output to the header of the pubnames section.
; LINUX: debug_pubnames
OpenPOWER on IntegriCloud