This is an archive of the discontinued LLVM Phabricator instance.

Create Relocations.cpp and move scanRelocs there.
ClosedPublic

Authored by ruiu on May 23 2016, 9:14 PM.

Details

Summary

scanReloc and the functions on which scanReloc depends is in total
more than 600 lines of code. Since scanReloc does not depend on Writer,
it is better to move it into a separate file.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 58187.May 23 2016, 9:14 PM
ruiu retitled this revision from to Create Relocations.cpp and move scanRelocs there..
ruiu updated this object.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
emaste added a subscriber: emaste.May 24 2016, 6:36 AM
rafael accepted this revision.May 24 2016, 12:59 PM
rafael edited edge metadata.

LGTM ,thanks.

This revision is now accepted and ready to land.May 24 2016, 12:59 PM
This revision was automatically updated to reflect the committed changes.