This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Clean up DIEUnit. NFC.
ClosedPublic

Authored by ikudrin on Aug 6 2020, 8:48 AM.

Details

Summary

This removes members of the DIEUnit class which were used only in unit tests.

Note also that child classes shadowed some of these methods, namely, getDwarfVersion() was overridden in DwartfUnit and getLength() was overridden in DwarfCompileUnit.

Diff Detail

Event Timeline

ikudrin created this revision.Aug 6 2020, 8:48 AM
ikudrin requested review of this revision.Aug 6 2020, 8:48 AM
dblaikie accepted this revision.Aug 6 2020, 4:39 PM

Sounds good

This revision is now accepted and ready to land.Aug 6 2020, 4:39 PM
This revision was landed with ongoing or failed builds.Aug 7 2020, 2:09 AM
This revision was automatically updated to reflect the committed changes.