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



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to