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
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to