This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4181790cb5d [SLPVectorizer] Unbreak the build with -Werror. new 548addb1f1f [lld/pdb] Add an empty globals stream.
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: .../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 2 + .../DebugInfo/PDB/Native/GlobalsStreamBuilder.h | 50 ++++++++++++++ include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 3 + lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 6 +- lib/DebugInfo/PDB/Native/GlobalsStreamBuilder.cpp | 79 ++++++++++++++++++++++ lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 22 ++++++ 7 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 include/llvm/DebugInfo/PDB/Native/GlobalsStreamBuilder.h create mode 100644 lib/DebugInfo/PDB/Native/GlobalsStreamBuilder.cpp