This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f66a2647963 gn build: Merge r358607 new efe33e64534 MinidumpYAML: Add support for ModuleList 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: include/llvm/BinaryFormat/Minidump.h | 4 + include/llvm/Object/Minidump.h | 7 ++ include/llvm/ObjectYAML/MinidumpYAML.h | 29 +++++++ lib/ObjectYAML/MinidumpYAML.cpp | 140 +++++++++++++++++++++++++++++--- test/tools/obj2yaml/basic-minidump.yaml | 54 ++++++++++++ 5 files changed, 222 insertions(+), 12 deletions(-)