This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e89563694fe [llvm-objcopy] Implement support for section groups new b2ac93315d7 Revert "Resubmit "Support embedding natvis files in PDBs.""
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: .../CodeView/DebugStringTableSubsection.h | 14 +- include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 4 +- include/llvm/DebugInfo/PDB/Native/HashTable.h | 5 +- include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 32 +---- .../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 13 -- include/llvm/DebugInfo/PDB/Native/RawConstants.h | 2 - include/llvm/DebugInfo/PDB/Native/RawTypes.h | 28 ---- .../CodeView/DebugChecksumsSubsection.cpp | 2 +- lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 6 +- .../CodeView/DebugStringTableSubsection.cpp | 25 ++-- lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 6 +- lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 5 +- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 1 - lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 150 ++------------------- lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 23 ---- tools/llvm-pdbutil/DumpOutputStyle.cpp | 29 ---- tools/llvm-pdbutil/DumpOutputStyle.h | 1 - tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 - tools/llvm-pdbutil/llvm-pdbutil.h | 1 - 19 files changed, 42 insertions(+), 309 deletions(-)