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

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 14 04:19:55 PDT 2018


On Wed, 11 Apr 2018 13:46:29 +0200, Jan Kratochvil wrote:
> If you think it is workaroundable I can get deeper into it but this is why I
> decided each effective (=imported) DIE should have its unique lldb::user_id_t.

I have tested some proof of concept on top of my DWZ patchset and it passes
the testsuite even without the DWARFPartialUnit remapping:
	https://people.redhat.com/jkratoch/noremap.patch

The non-remapping DWZ patchset still needs some work but I thus do not see
reverting the virtualization for DWARFPartialUnit as its blocker anymore.

Sorry for delaying your work, I have reapplied your patch in its original form
as r330084 = GIT 95be40c27d01549e435cd34cdefc9b8c726a9e36.


Jan


More information about the lldb-commits mailing list