[PATCH] D150004: [RISCV][MC] .debug_line/.debug_frame/.eh_frame: emit relocations for assembly input files with relaxation

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 23:10:33 PDT 2023


MaskRay updated this revision to Diff 521210.
MaskRay retitled this revision from "[RISCV] .debug_line: emit relocations for assembly input files" to "[RISCV][MC] .debug_line/.debug_frame/.eh_frame: emit relocations for assembly input files with relaxation".
MaskRay edited the summary of this revision.
MaskRay added a comment.

better test. .debug_line/.eh_frame/.debug_rnglists in one file

remove special code path in MCObjectStreamer::emitDwarfAdvanceFrameAddr

Explain that leaving `MCObjectStreamer::emit[SU]LEB128Value` unchanged is fine.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150004/new/

https://reviews.llvm.org/D150004

Files:
  llvm/lib/MC/MCObjectStreamer.cpp
  llvm/test/MC/ELF/RISCV/gen-dwarf.s
  llvm/test/MC/ELF/RISCV/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150004.521210.patch
Type: text/x-patch
Size: 4839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230511/c8cd62e8/attachment.bin>


More information about the llvm-commits mailing list