This is an archive of the discontinued LLVM Phabricator instance.

[NFC][XCOFF][AIX] Rename ControlSections to CsectGroup
ClosedPublic

Authored by jasonliu on Oct 15 2019, 11:31 AM.

Details

Summary

The name of ControlSections is not expressive enough to convey what they really are. CsectGroup can better communicate the concept of grouping csects together since they have similar property.

Diff Detail

Event Timeline

jasonliu created this revision.Oct 15 2019, 11:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 15 2019, 11:31 AM
This revision is now accepted and ready to land.Oct 15 2019, 11:40 AM
This revision was automatically updated to reflect the committed changes.