diff options
author | Rui Ueyama <ruiu@google.com> | 2016-05-17 23:07:48 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-05-17 23:07:48 +0000 |
commit | 8dc18c5f451a86d95261d434a01ea4393df2fc4a (patch) | |
tree | b25c5a6fe3024179f360dc4f2bc2dc400cb7d146 /llvm/test | |
parent | c675cfa8a976e2cd6881b32c84051968115e4221 (diff) | |
download | bcm5719-llvm-8dc18c5f451a86d95261d434a01ea4393df2fc4a.tar.gz bcm5719-llvm-8dc18c5f451a86d95261d434a01ea4393df2fc4a.zip |
pdbdump: Print out more strcutures.
I don't yet fully understand the meaning of these data strcutures,
but at least it seems that their sizes and types are correct.
With this change, we can read publics streams till end.
Differential Revision: http://reviews.llvm.org/D20343
llvm-svn: 269861
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/DebugInfo/PDB/pdbdump-headers.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/PDB/pdbdump-headers.test b/llvm/test/DebugInfo/PDB/pdbdump-headers.test index e48a37024a5..facbc200c36 100644 --- a/llvm/test/DebugInfo/PDB/pdbdump-headers.test +++ b/llvm/test/DebugInfo/PDB/pdbdump-headers.test @@ -313,6 +313,9 @@ ; EMPTY-NEXT: SymHash: 556 ; EMPTY-NEXT: AddrMap: 8 ; EMPTY-NEXT: Number of buckets: 2 +; EMPTY-NEXT: Hash Buckets: [0, 12] +; EMPTY-NEXT: Address Map: [36, 0] +; EMPTY-NEXT: Thunk Map: [4112] ; EMPTY-NEXT: } ; BIG: FileHeaders { |