[Lldb-commits] [PATCH] D52678: DWARFExpression: Resolve file addresses in the linked module

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 2 09:48:11 PDT 2018


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Jim: we are already linking the address for the DW_OP_addr using the debug map and no .o files are currently expected to be able to link an unlinked address into a file address as nothing in the .o file knows about the existence of the debug map object file, so this is the right fix.


https://reviews.llvm.org/D52678





More information about the lldb-commits mailing list