This revision was automatically updated to reflect the committed changes.
Closed by commit rGc9881c7d99c6: Support looking up absolute symbols (authored
by aprantl).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113445/n
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113445/new/
https://reviews.llvm.org/D113445
___
lldb-commits mailing list
aprantl created this revision.
aprantl added reviewers: jasonmolenda, jingham, JDevlieghere.
aprantl requested review of this revision.
The Swift stdlib uses absolute symbols in the dylib to communicate feature
flags to the process. LLDB's expression evaluator needs to be able to find
them. This