This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86c4763ad51 [llvm-pdbdump] Improve consistency among subcommands. new 8f318ceb6f3 [llvm-pdbdump] Support native ordering of subsections in raw mode.
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 | 1 + .../DebugInfo/CodeView/DebugSubsectionVisitor.h | 120 ++++++++++--- .../CodeView/DebugStringTableSubsection.cpp | 3 + lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp | 45 ++++- lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 57 +++---- test/DebugInfo/PDB/pdbdump-debug-subsections.test | 90 +++++----- test/DebugInfo/PDB/pdbdump-headers.test | 56 +++---- tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp | 105 ------------ tools/llvm-pdbdump/C13DebugFragmentVisitor.h | 70 -------- tools/llvm-pdbdump/CMakeLists.txt | 1 - tools/llvm-pdbdump/LLVMOutputStyle.cpp | 186 +++++++++++---------- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 1 - 12 files changed, 343 insertions(+), 392 deletions(-) delete mode 100644 tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp delete mode 100644 tools/llvm-pdbdump/C13DebugFragmentVisitor.h