commit | d043791034148b50b5479124613a622f2b17cb7e | [log] [tgz] |
---|---|---|
author | Alexander Shaposhnikov <shal1t712@gmail.com> | Tue Oct 16 05:40:18 2018 +0000 |
committer | Alexander Shaposhnikov <shal1t712@gmail.com> | Tue Oct 16 05:40:18 2018 +0000 |
tree | 7b7bc322464270980aa2bdc463682608d722d977 | |
parent | f2cb5da6a45f63427c0d1e6a3f0deca57c44429e [diff] |
[llvm-objcopy] Factor out Buffer In this diff we move out the hierarchy of buffers from Object.h/Object.cpp into separate files since it is not ELF-specific and will be reused later. After this change Object.h/Object.cpp are almost exclusively ELF-specific. Test plan: make check-all Differential revision: https://reviews.llvm.org/D53298 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344585 91177308-0d34-0410-b5e6-96231b3b80d8