summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/pdbdump-yaml.test
blob: 38e1121baec100386fd36ed657943294521dc714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; RUN: llvm-pdbdump pdb2yaml -stream-metadata %p/Inputs/empty.pdb | FileCheck -check-prefix=YAML %s

; YAML:      ---
; YAML-NEXT: MSF:
; YAML-NEXT:   SuperBlock:
; YAML-NEXT:     BlockSize:       4096
; YAML-NEXT:     Unknown0:        2
; YAML-NEXT:     NumBlocks:       25
; YAML-NEXT:     NumDirectoryBytes: 136
; YAML-NEXT:     Unknown1:        0
; YAML-NEXT:     BlockMapAddr:    24
; YAML-NEXT:   NumDirectoryBlocks: 1
; YAML-NEXT:   BlockMapOffset:  98304
; YAML-NEXT:   DirectoryBlocks:
; YAML-NEXT:     - 23
; YAML-NEXT:   NumStreams:      17
; YAML-NEXT:   FileSize:        102400
; YAML: ...
OpenPOWER on IntegriCloud