This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e84c1d83ada [CMake][runtimes] Add install target for runtimes builtins new 42d60ef5858 [CodeView] Support CodeView subsections in any order.
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: .../DebugInfo/CodeView/DebugChecksumsSubsection.h | 4 +- .../CodeView/DebugInlineeLinesSubsection.h | 17 +- .../DebugInfo/CodeView/DebugSubsectionRecord.h | 5 +- .../PDB/Native/DbiModuleDescriptorBuilder.h | 11 +- .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 12 +- include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 2 + .../llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 32 +- .../CodeView/DebugStringTableSubsection.cpp | 6 +- lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 14 +- .../PDB/Native/DbiModuleDescriptorBuilder.cpp | 41 +-- lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 28 +- lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 4 + lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 407 +++++++++++++++++++-- test/DebugInfo/PDB/Inputs/simple-line-info.yaml | 71 ++-- test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test | 13 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 3 +- tools/llvm-pdbdump/PdbYaml.cpp | 4 +- tools/llvm-pdbdump/PdbYaml.h | 5 +- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 140 ++----- tools/llvm-pdbdump/YAMLOutputStyle.h | 3 - tools/llvm-pdbdump/llvm-pdbdump.cpp | 62 +--- 21 files changed, 549 insertions(+), 335 deletions(-)