This is an archive of the discontinued LLVM Phabricator instance.

[nfc] [lldb] Simplify calling SymbolFileDWARF::GetDWARFCompileUnit
ClosedPublic

Authored by jankratochvil on Oct 9 2020, 2:37 PM.

Details

Summary

Only SymbolFileDWARF::ParseCompileUnit creates a CompileUnit and it uses DWARFCompileUnit for that.

Diff Detail

Event Timeline

jankratochvil created this revision.Oct 9 2020, 2:37 PM
jankratochvil requested review of this revision.Oct 9 2020, 2:37 PM
labath accepted this revision.Oct 12 2020, 12:51 AM

Makes sense.

This revision is now accepted and ready to land.Oct 12 2020, 12:51 AM
This revision was landed with ongoing or failed builds.Oct 12 2020, 4:27 AM
This revision was automatically updated to reflect the committed changes.