This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17e3cbf5fe6 [DebugInfo] Generate fixups as emitting DWARF .debug_frame/ [...] new 1b3d4c83afb Revert "[DebugInfo] Generate fixups as emitting DWARF .debu [...]
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/DebugInfo/DWARF/DWARFDebugFrame.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFObject.h | 4 +- include/llvm/MC/MCDwarf.h | 3 +- include/llvm/MC/MCFixup.h | 97 ++++++++-------------- include/llvm/MC/MCFragment.h | 16 ++-- lib/DebugInfo/DWARF/DWARFContext.cpp | 26 +++--- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 20 ++--- lib/MC/MCAsmBackend.cpp | 5 +- lib/MC/MCAssembler.cpp | 35 +++----- lib/MC/MCDwarf.cpp | 40 ++------- lib/Object/RelocationResolver.cpp | 6 -- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 1 - .../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 4 - test/CodeGen/RISCV/fixups-relax-diff.ll | 2 +- test/DebugInfo/RISCV/dwarf-riscv-relocs.ll | 14 ++-- test/DebugInfo/RISCV/relax-debug-frame.ll | 59 ------------- test/MC/RISCV/fde-reloc.s | 9 +- tools/dsymutil/DwarfLinker.cpp | 2 +- 18 files changed, 101 insertions(+), 244 deletions(-) delete mode 100644 test/DebugInfo/RISCV/relax-debug-frame.ll