[PATCH] D63185: [llvm-objcopy] [WIP] Librarify llvm-objcopy

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 22:54:46 PDT 2019


abrachet updated this revision to Diff 205509.
abrachet added a comment.

Adds an iterator which iterates over sections only exposing the updated ones and skipping over removed ones. This is used to write an (incomplete but still readable by llvm-readelf) file. Next I will work to move this code to make it much cleaner because it really needs it, moving it into lib/ and include/ directories.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63185/new/

https://reviews.llvm.org/D63185

Files:
  llvm/tools/llvm-objcopy/MutableObject/MutableObject.h
  llvm/tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63185.205509.patch
Type: text/x-patch
Size: 14650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190619/bea2a418/attachment.bin>


More information about the llvm-commits mailing list