[PATCH] D20480: pdbdump: print out symbol names referred by publics stream.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 12:48:52 PDT 2016
ruiu added a comment.
I'm not going to add more than these symbol types as they are the only two types that exist in "empty.pdb". My focus is to read the hash table in the publics stream, but since the hash table refers to the symbols, I needed to read it.
http://reviews.llvm.org/D20480
More information about the llvm-commits
mailing list