[PATCH] D20611: pdbdump: fix bug in name hash table.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 20:35:57 PDT 2016


ruiu created this revision.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.

name_ids() did not return all IDs but only the first NameCount items.
The number of non-zero entries in IDs vector is NameCount, but it
does not mean that all non-zero entries are at the beginning of IDs
vector.

http://reviews.llvm.org/D20611

Files:
  lib/DebugInfo/PDB/Raw/NameHashTable.cpp
  test/DebugInfo/PDB/pdbdump-headers.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20611.58382.patch
Type: text/x-patch
Size: 8786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160525/8a7a14ef/attachment.bin>


More information about the llvm-commits mailing list