[PATCH] D141150: [DWARFLinker] Rewrite CU DW_AT_low_pc/high_pc pairs into DW_AT_ranges

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 11:41:03 PST 2023


JDevlieghere added a comment.

In D141150#4032126 <https://reviews.llvm.org/D141150#4032126>, @aprantl wrote:

> Should we do this in LLVM itsel, too when tuning for LLDB?

I think that would make sense. If we go that route, do we still want to perform the optimization in dsymutil or should we avoid the added complexity?


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

https://reviews.llvm.org/D141150



More information about the llvm-commits mailing list