This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 38e8da83a1d Tidy some grammar in some comments new e1e7096503f [DWARFv5] MC support for MD5 file checksums
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/MC/MCContext.h | 4 ++- include/llvm/MC/MCDwarf.h | 15 ++++++++--- include/llvm/MC/MCStreamer.h | 2 ++ lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 7 +++--- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 3 ++- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 5 ++-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 18 +++++++------ lib/CodeGen/AsmPrinter/DwarfUnit.h | 6 +++-- lib/MC/MCAsmStreamer.cpp | 4 ++- lib/MC/MCContext.cpp | 5 ++-- lib/MC/MCDwarf.cpp | 33 ++++++++++++++++++------ lib/MC/MCParser/AsmParser.cpp | 39 +++++++++++++++++++++++------ lib/MC/MCStreamer.cpp | 6 +++-- test/MC/ELF/debug-md5-err.s | 21 ++++++++++++++++ test/MC/ELF/debug-md5.s | 18 +++++++++++++ 15 files changed, 147 insertions(+), 39 deletions(-) create mode 100644 test/MC/ELF/debug-md5-err.s create mode 100644 test/MC/ELF/debug-md5.s