[PATCH] D39021: [llvm-objcopy] Add support for --only-keep and the special way it interacts with -O binary

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 11:58:42 PDT 2017


jakehehrlich updated this revision to Diff 120855.
jakehehrlich added a comment.

1. Fixed typos
2. Changed --only-keep so that it keeps the symbol table and string table for the symbol table
3. Fixed comments


Repository:
  rL LLVM

https://reviews.llvm.org/D39021

Files:
  test/tools/llvm-objcopy/basic-only-keep.test
  test/tools/llvm-objcopy/binary-only-keep-error.test
  test/tools/llvm-objcopy/dump-section.test
  test/tools/llvm-objcopy/only-keep-many.test
  tools/llvm-objcopy/Object.cpp
  tools/llvm-objcopy/Object.h
  tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39021.120855.patch
Type: text/x-patch
Size: 8138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171030/7c967f17/attachment.bin>


More information about the llvm-commits mailing list