[Lldb-commits] [PATCH] D89646: [nfc] [lldb] Move `LookupAddress` to `DWARFCompileUnit`

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 01:45:35 PDT 2020


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

This looks fine. The dwo construction code (SymbolFileDWARFDwo::GetDWOCompileUnitForHash) already ensures that the returned object is really a compile unit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89646



More information about the lldb-commits mailing list