This is an archive of the discontinued LLVM Phabricator instance.

LLD: Remove "_hexagon" prefix from some member variables.
ClosedPublic

Authored by ruiu on Mar 31 2015, 12:15 PM.

Details

Reviewers
shankarke
Summary

At least in Mips we don't have a prefix for member variables.
Repeating the architecture is verbose.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 22995.Mar 31 2015, 12:15 PM
ruiu retitled this revision from to LLD: Remove "_hexagon" prefix from some member variables..
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: shankarke.
ruiu set the repository for this revision to rL LLVM.
ruiu added a project: lld.
ruiu added a subscriber: Unknown Object (MLST).
shankarke accepted this revision.Mar 31 2015, 1:09 PM
shankarke edited edge metadata.

LGTM. Cool!

This revision is now accepted and ready to land.Mar 31 2015, 1:09 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r233746.