[Lldb-commits] [PATCH] D52678: DWARFExpression: Resolve file addresses in the linked module
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 2 08:38:02 PDT 2018
aprantl added a comment.
I could move it further up in the same function if that is what you mean? Then it would also apply to (hypothetical local variables that refer to a DW_OP_addr). I could imagine that this might be useful in some languages that want to refer to some static type metadata.
https://reviews.llvm.org/D52678
More information about the lldb-commits
mailing list