[llvm-objcopy] - Refactor the code. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 25 Mar 2019 12:34:25 +0000 (12:34 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 25 Mar 2019 12:34:25 +0000 (12:34 +0000)
commite6963be317fe056f9590f1c02a5294c790922d68
treeda40d99605af4386928d075a8cbdd4b8cd1aec8a
parent948e37c8ca8b4a4b72b0745c643fee1e4482c2d0
[llvm-objcopy] - Refactor the code. NFC.

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

Differential revision: https://reviews.llvm.org/D59762

llvm-svn: 356889
llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp