This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f324db [profile] Fix runtime hook linkage bug for COFF new 653eb42 [codeview, pdb] Dump symbol records in publics stream
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/CodeView/CVSymbolTypes.def | 5 +- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 58 ++++++++++++++++++++ include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 3 +- include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | 9 ++-- lib/DebugInfo/CodeView/SymbolDumper.cpp | 17 ++++++ lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 18 +++---- lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 65 ++++++----------------- test/DebugInfo/PDB/pdbdump-headers.test | 47 +++++++++++++++- tools/llvm-pdbdump/llvm-pdbdump.cpp | 15 ++++-- 9 files changed, 164 insertions(+), 73 deletions(-)