This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 23833e16bfd Use the MachineBasicBlock symbol for a callbr target new b6f810717a5 [DebugInfo] Generate fixups as emitting DWARF .debug_frame/ [...]
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/relax-debug-frame.ll | 59 +++++++++++++ tools/dsymutil/DwarfLinker.cpp | 2 +- 16 files changed, 234 insertions(+), 88 deletions(-) create mode 100644 test/DebugInfo/RISCV/relax-debug-frame.ll