This is an archive of the discontinued LLVM Phabricator instance.

[nfc] [lldb] DWZ 04/17: Use DIERef for DIEToModuleMap m_die_to_module
AbandonedPublic

Authored by jankratochvil on Sep 24 2021, 3:10 AM.

Details

Summary

After D96236 using just DWARFDebugInfoEntry * is ambiguous as it does not contain MainCU. DIERef (after D96239) does contain it and it has the same sizeof as DWARFDebugInfoEntry *. This replacement should have no real performance disadvantage.

My question about upstreaming of this patchset.

Diff Detail