This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc1c5db7cf7 [ADT] NFC: Fix bogus StringSwitch rule-of-five boilerplate new 5551cf2225c [PDB] Fix a bug in the explain subcommand. new 274009662fb Reapply "[DWARFv5] Emit file 0 to the line table."
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 | 4 +- lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +-- lib/MC/MCAsmStreamer.cpp | 91 +++++++++++++++++++++---------- lib/MC/MCDwarf.cpp | 61 ++++++++++++--------- lib/MC/MCParser/AsmParser.cpp | 18 +++--- lib/MC/MCStreamer.cpp | 9 +++ test/CodeGen/Generic/dwarf-md5.ll | 46 ++++++++-------- test/CodeGen/Generic/dwarf-source.ll | 41 +++++++------- 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 | 13 ++++- test/MC/ELF/debug-md5.s | 12 ++-- test/MC/ELF/debug-source.s | 12 +++- test/MC/ELF/dwarf-file0.s | 19 +++++++ test/tools/llvm-pdbdump/explain.test | 8 +-- tools/llvm-mc/llvm-mc.cpp | 12 ++++ tools/llvm-pdbutil/ExplainOutputStyle.cpp | 18 +++--- 22 files changed, 286 insertions(+), 149 deletions(-) create mode 100644 test/MC/ELF/dwarf-file0.s