[PATCH] D77556: [DWARFDataExtractor] Add a "truncating" constructor

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 11:25:39 PDT 2020


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

Looks good - thanks! (I guess at some point we might want a DWARFDataExtractor that can be offset as well - for reading sections in DWP files (essentially create a view of the file based on the index, restricting a CU to only being able to see (& resolve references relative to) the regions described by the index))


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77556





More information about the llvm-commits mailing list