This is an archive of the discontinued LLVM Phabricator instance.

Rename instances of ELFLinkingContext "ctx" instead of "context"
ClosedPublic

Authored by ruiu on Mar 26 2015, 2:35 PM.

Details

Reviewers
Bigcheese
Summary

Looks like MIPS uses "ctx" but for other architectures "context" is used.
I think "ctx" is preferred because it's shorter and is used often.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 22754.Mar 26 2015, 2:35 PM
ruiu retitled this revision from to Rename instances of ELFLinkingContext "ctx" instead of "context".
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: atanasyan.
ruiu set the repository for this revision to rL LLVM.
ruiu added a project: lld.
ruiu added a subscriber: Unknown Object (MLST).
Bigcheese accepted this revision.Mar 26 2015, 6:35 PM
Bigcheese added a reviewer: Bigcheese.
Bigcheese added a subscriber: Bigcheese.

lgtm

This revision is now accepted and ready to land.Mar 26 2015, 6:35 PM
atanasyan resigned from this revision.Feb 3 2016, 12:37 AM
atanasyan removed a reviewer: atanasyan.
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r233344.