[Lldb-commits] [PATCH] D86110: [WIP][DebugInfo] Lazily parse debug_loclist offsets

David Blaikie via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 18 10:11:05 PDT 2020


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

In D86110#2223905 <https://reviews.llvm.org/D86110#2223905>, @labath wrote:

> This sounds perfectly reasonable to me. The offsets are present in memory already so there's no point in storing them in a vector as well.

Thanks for taking a look! I'll take this as approval and commit soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86110



More information about the lldb-commits mailing list