This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c42b2f3 AMDGPU/SI: Add test missed in rL266865 new cd2984f Revert r267049, r26706[16789], r267071 - Refactor raw pdb dum [...]
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/PDB/IPDBSession.h | 1 - include/llvm/DebugInfo/PDB/PDBTypes.h | 31 ++- include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 62 ----- include/llvm/DebugInfo/PDB/Raw/PDBStream.h | 46 ---- include/llvm/DebugInfo/PDB/Raw/RawSession.h | 72 ----- lib/DebugInfo/PDB/CMakeLists.txt | 6 +- lib/DebugInfo/PDB/PDB.cpp | 11 +- lib/DebugInfo/PDB/Raw/PDBFile.cpp | 238 ----------------- lib/DebugInfo/PDB/Raw/PDBStream.cpp | 90 ------- lib/DebugInfo/PDB/Raw/RawSession.cpp | 126 --------- test/DebugInfo/PDB/pdbdump-headers.test | 2 +- tools/llvm-pdbdump/BuiltinDumper.h | 1 - tools/llvm-pdbdump/llvm-pdbdump.cpp | 396 ++++++++++++++++++++++------ 13 files changed, 346 insertions(+), 736 deletions(-) delete mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBFile.h delete mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBStream.h delete mode 100644 include/llvm/DebugInfo/PDB/Raw/RawSession.h delete mode 100644 lib/DebugInfo/PDB/Raw/PDBFile.cpp delete mode 100644 lib/DebugInfo/PDB/Raw/PDBStream.cpp delete mode 100644 lib/DebugInfo/PDB/Raw/RawSession.cpp