OSDN Git Service

[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)
commitb05515fb57086e1884321d9a62241410e2556d51
tree2ddb40843680e2cb3c84195dca61fe17581bd255
parent29ab38eb24e08f6bfc74196cf6327e8c3f5474c5
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356889 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objcopy/ELF/ELFObjcopy.cpp