[PATCH] D53298: [llvm-objcopy] Factor out Buffer

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 15 12:11:04 PDT 2018


alexshap created this revision.
alexshap added reviewers: jakehehrlich, rupprecht, jhenderson.
alexshap created this object with visibility "All Users".
Herald added a subscriber: mgorny.

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 and I'm planning to move them into the folder ELF in my next diff.

Test plan: make check-all


Repository:
  rL LLVM

https://reviews.llvm.org/D53298

Files:
  Buffer.cpp
  Buffer.h
  CMakeLists.txt
  Object.cpp
  Object.h
  llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53298.169734.patch
Type: text/x-patch
Size: 7418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181015/8ccb402d/attachment.bin>


More information about the llvm-commits mailing list