This is an archive of the discontinued LLVM Phabricator instance.

LLD: ELF: Remove TargetHandler::getTargetLayout.
ClosedPublic

Authored by ruiu on Mar 31 2015, 1:26 PM.

Details

Reviewers
atanasyan
Summary

Only MIPS used that member function, and by removing the use of the
function, I removed a static_cast. Seems like it's a win.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 23004.Mar 31 2015, 1:26 PM
ruiu retitled this revision from to LLD: ELF: Remove TargetHandler::getTargetLayout..
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).
atanasyan accepted this revision.Mar 31 2015, 1:29 PM
atanasyan edited edge metadata.

Really cool. Thanks for cleaning up the code.

This revision is now accepted and ready to land.Mar 31 2015, 1:29 PM
atanasyan closed this revision.Feb 3 2016, 12:36 AM