This is an archive of the discontinued LLVM Phabricator instance.

Rename EHFrameSplitter to DWARFRecordSectionSplitter
ClosedPublic

Authored by rastogishubham on Mar 11 2022, 12:16 PM.

Details

Summary

EHFrameSplitter does the exact same work to split up the eh_frame as it would need for any section that follows the DWARF record, therefore this patch just changes the name of it to DWARFRecordSectionSplitter to be more general.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2022, 12:16 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
rastogishubham requested review of this revision.Mar 11 2022, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2022, 12:16 PM
aprantl accepted this revision.Mar 11 2022, 1:06 PM
This revision is now accepted and ready to land.Mar 11 2022, 1:06 PM
This revision was landed with ongoing or failed builds.Mar 11 2022, 4:02 PM
This revision was automatically updated to reflect the committed changes.