This is an archive of the discontinued LLVM Phabricator instance.

Merge ELFGroup with Group.
ClosedPublic

Authored by ruiu on Apr 1 2014, 4:00 PM.

Details

Summary

Group class is designed for GNU LD's --start-group and --end-group. There's
no obvious need to have two classes for it -- one as an abstract base class
and the other as the only derived class of it. They can simply be merged.

Diff Detail

Event Timeline

shankarke accepted this revision.Apr 1 2014, 4:06 PM
Bigcheese accepted this revision.Apr 1 2014, 5:04 PM

lgtm.

Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r205375.