[PATCH] D46850: [DebugInfo] Generate fixups as emitting DWARF .debug_line.

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 12:14:41 PDT 2018


asb added a reviewer: echristo.
asb added a subscriber: echristo.
asb added a comment.

@echristo: Do you think you might be able to help review this?

By way of background: RISC-V compilers are strongly encouraged to make use of linker relaxation. The compiler might generate a pair of instructions to call a function, but the linker may be able to delete one once the final code layout is known. In order for the linker to do this, relocations must be generated for everything - local control flow, symbol differences, debug info.


Repository:
  rL LLVM

https://reviews.llvm.org/D46850





More information about the llvm-commits mailing list