This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 434547e0c59 [MergeICmp] Simplify how BCECmpBlock instructions are blacklisted new bc322249805 Revert "[DWARFv5] Emit file 0 to the line table." Caused an [...]
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 | 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 ---- 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 ---- 20 files changed, 130 insertions(+), 248 deletions(-) delete mode 100644 test/MC/ELF/dwarf-file0.s