OSDN Git Service

[PDB] Handle an empty globals hash table with no buckets
authorReid Kleckner <rnk@google.com>
Fri, 27 Oct 2017 00:45:51 +0000 (00:45 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 27 Oct 2017 00:45:51 +0000 (00:45 +0000)
commiteb271e82ff427f0796db172f40535dd9fb01104c
tree57997bf37af8702a5fa1e791290b896237a1aaf3
parentb2c3f3b949699d05260e570db9863b4c139a46b8
[PDB] Handle an empty globals hash table with no buckets

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316722 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/PDB/Native/GlobalsStream.cpp
test/DebugInfo/PDB/Inputs/pdbdump-globals-empty.pdb [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-globals-empty.test [new file with mode: 0644]
tools/llvm-pdbutil/DumpOutputStyle.cpp