This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c4c4094bc2 Fix bug on Big-Endian system, due to reference to vector ou [...] new 5dc901370c7 [CodeView] Move CodeView symbol yaml logic to ObjectYAML. new 2579df385ca Try to fix build again.
The 2 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: .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 11 + include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 - include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 11 + include/llvm/ObjectYAML/CodeViewYAML.h | 13 + lib/ObjectYAML/CodeViewYAML.cpp | 461 ++++++++++++++++++++- tools/llvm-pdbdump/CMakeLists.txt | 1 - tools/llvm-pdbdump/PdbYaml.cpp | 26 -- tools/llvm-pdbdump/PdbYaml.h | 7 +- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 7 +- tools/llvm-pdbdump/YamlSymbolDumper.cpp | 412 ------------------ tools/llvm-pdbdump/YamlSymbolDumper.h | 66 --- tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +- 12 files changed, 502 insertions(+), 517 deletions(-) delete mode 100644 tools/llvm-pdbdump/YamlSymbolDumper.cpp delete mode 100644 tools/llvm-pdbdump/YamlSymbolDumper.h