[Lldb-commits] [PATCH] D45170: Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 2 10:12:39 PDT 2018


clayborg added a comment.

Yes this is just moving all ivars from DWARFCompileUnit to DWARFUnit, moving all functions that used those accessors to DWARFUnit and remove the indirection through DWARFCompileUnit that was in DWARFUnit using:

  virtual DWARFCompileUnit &Data() = 0;


https://reviews.llvm.org/D45170





More information about the lldb-commits mailing list