This is an archive of the discontinued LLVM Phabricator instance.

Tidy up RelocVisitor.h.
ClosedPublic

Authored by ruiu on May 25 2017, 5:39 PM.

Details

Summary

RelocVisitor had too many, too small functions. This patch group them
by architecture rather than each relocation type.

Event Timeline

ruiu created this revision.May 25 2017, 5:39 PM
dblaikie accepted this revision.May 25 2017, 5:43 PM

Seems fine

This revision is now accepted and ready to land.May 25 2017, 5:43 PM
This revision was automatically updated to reflect the committed changes.
grimar edited edge metadata.May 26 2017, 12:44 AM

Thanks !