[PATCH] D61584: [DebugInfo] Some fields do not need relocations even relax is enabled.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 12:57:17 PDT 2019


dblaikie added a comment.

Does this solution extend/address other label deltas, like those that would appear in the other DWARF/non-frame sections? (eg: currently we use a length in the DWARF high_pc because it means not having to use a relocation for high_pc, which reduces object size - so, does this fix cause relocations to be used for that length expression to ensure they're correct if the linker changes the instructions in that range?)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61584





More information about the llvm-commits mailing list