This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5fb116a9442 [coroutines] Call initializePass in coroutine pass constructors new 7b436b03dad [ObjectYAML] Split CodeViewYAML into 3 pieces.
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: ...{CodeViewYAML.h => CodeViewYAMLDebugSections.h} | 47 +- include/llvm/ObjectYAML/CodeViewYAMLSymbols.h | 41 ++ include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 48 ++ lib/ObjectYAML/CMakeLists.txt | 4 +- lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 127 +++++ lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 496 ++++++++++++++++++ .../{CodeViewYAML.cpp => CodeViewYAMLTypes.cpp} | 566 +-------------------- tools/llvm-pdbdump/PdbYaml.cpp | 1 + tools/llvm-pdbdump/PdbYaml.h | 4 +- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 1 - tools/llvm-pdbdump/llvm-pdbdump.cpp | 1 - 11 files changed, 728 insertions(+), 608 deletions(-) rename include/llvm/ObjectYAML/{CodeViewYAML.h => CodeViewYAMLDebugSections.h} (54%) create mode 100644 include/llvm/ObjectYAML/CodeViewYAMLSymbols.h create mode 100644 include/llvm/ObjectYAML/CodeViewYAMLTypes.h create mode 100644 lib/ObjectYAML/CodeViewYAMLDebugSections.cpp create mode 100644 lib/ObjectYAML/CodeViewYAMLSymbols.cpp rename lib/ObjectYAML/{CodeViewYAML.cpp => CodeViewYAMLTypes.cpp} (57%)