mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ffd79061cc
commit
5d4058a094
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user