]> granicus.if.org Git - llvm/commit
[NFC][XCOFF][AIX] Rename ControlSections to CsectGroup
authorJason Liu <jasonliu.development@gmail.com>
Wed, 16 Oct 2019 17:36:31 +0000 (17:36 +0000)
committerJason Liu <jasonliu.development@gmail.com>
Wed, 16 Oct 2019 17:36:31 +0000 (17:36 +0000)
commit17f36dead997b28a3a9c13a7c6f13e030642d5be
tree40f5bafd2182453bf577e2682dee61ca71bf496a
parente65499709f28f65a0edf7e8918fa35348b2d00c0
[NFC][XCOFF][AIX] Rename ControlSections to CsectGroup

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.

Reviewer: daltenty

Differential Revision: https://reviews.llvm.org/D69001

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375021 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/XCOFFObjectWriter.cpp