This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dfe9c7d3687 [gn build] Process .def.in files in llvm/Config and add lib [...] new a6cf7e36647 [PDB] Move some code around. NFC.
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/CodeView/SymbolRecordHelpers.h | 57 ++++++++++++++++++++++ lib/DebugInfo/CodeView/CMakeLists.txt | 3 +- lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp | 53 ++++++++++++++++++++ 3 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h create mode 100644 lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp