This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy] - Refactor the code. NFC.
ClosedPublic

Authored by grimar on Mar 25 2019, 5:10 AM.

Details

Summary

This patch is an attempt to split the handleArgs method.
It is useful for one of my patches that I'll post in a minute.

The idea of the patch is about to move out the code to a new helper static functions.
(to reduce the handleArgs and to isolate the parts of it's logic)

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Mar 25 2019, 5:10 AM
grimar edited the summary of this revision. (Show Details)Mar 25 2019, 5:22 AM
jhenderson accepted this revision.Mar 25 2019, 5:24 AM

I can't see anything wrong with this. LGTM.

This revision is now accepted and ready to land.Mar 25 2019, 5:24 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2019, 5:33 AM