forked from OSchip/llvm-project
Make this test verify .debug_pubnames is actually missing.
It was matching at EOF regardless of whether the section was present. llvm-svn: 240679
This commit is contained in:
parent
62064d6d38
commit
e6c34b49d3
|
@ -39,11 +39,11 @@
|
|||
|
||||
; Darwin and PS4 shouldn't be generating the section by default
|
||||
; NOPUB: debug_pubnames
|
||||
; NOPUB: {{^$}}
|
||||
; NOPUB-NEXT: {{^$}}
|
||||
|
||||
; Skip the output to the header of the pubnames section.
|
||||
; LINUX: debug_pubnames
|
||||
; LINUX: unit_size = 0x00000128
|
||||
; LINUX-NEXT: unit_size = 0x00000128
|
||||
|
||||
; Check for each name in the output.
|
||||
; LINUX-DAG: "ns"
|
||||
|
|
Loading…
Reference in New Issue