[PATCH] D36300: WIP: DebugInfo: Use base address and offset pairs in debug_loc.dwo to reduce required relocations

Tamas Berghammer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 5 08:34:15 PDT 2017


tberghammer added a comment.

I checked LLDB and it doesn't have support for base address entries neither in .debug_loc nor in .debug_loc.dwo sections and it doesn't support reading .debug_loclists or .debug_loclists.dwo entries either. I will try to add support for them but it will require some refactoring so it will take some time.


https://reviews.llvm.org/D36300





More information about the llvm-commits mailing list