[llvm] r195706 - DebugInfo: Update test case due to dumper improvements in r195698
David Blaikie
dblaikie at gmail.com
Mon Nov 25 17:11:02 PST 2013
Author: dblaikie
Date: Mon Nov 25 19:11:02 2013
New Revision: 195706
URL: http://llvm.org/viewvc/llvm-project?rev=195706&view=rev
Log:
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.
Modified:
llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll
Modified: llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll?rev=195706&r1=195705&r2=195706&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll Mon Nov 25 19:11:02 2013
@@ -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
More information about the llvm-commits
mailing list