This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ac350a859c Disable llvm-opt-fuzzer/exec-options.ll on Windows, it is t [...] new 13c8f235f10 [DWARFv5] Emit file 0 to the line table. new 806f65e3f52 [MergeICmp] Fix printing. NFC
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: include/llvm/MC/MCContext.h | 9 +++- include/llvm/MC/MCDwarf.h | 29 ++++++++--- include/llvm/MC/MCStreamer.h | 6 +++ lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 ++-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +-- lib/MC/MCAsmStreamer.cpp | 86 +++++++++++++++++++++---------- lib/MC/MCDwarf.cpp | 61 ++++++++++++---------- lib/MC/MCParser/AsmParser.cpp | 6 ++- lib/MC/MCStreamer.cpp | 9 ++++ lib/Transforms/Scalar/MergeICmps.cpp | 2 +- test/CodeGen/Generic/dwarf-md5.ll | 35 ++++++------- test/CodeGen/Generic/dwarf-source.ll | 39 +++++++------- test/DebugInfo/X86/dbg-file-name.ll | 2 +- test/DebugInfo/X86/inline-asm-locs.ll | 2 +- test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +- test/MC/ELF/debug-file-options.s | 15 ++++-- test/MC/ELF/debug-md5.s | 12 +++-- test/MC/ELF/debug-source.s | 14 +++-- test/MC/ELF/dwarf-file0.s | 17 ++++++ tools/llvm-mc/llvm-mc.cpp | 11 ++++ 21 files changed, 249 insertions(+), 131 deletions(-) create mode 100644 test/MC/ELF/dwarf-file0.s