[PATCH] D52180: [llvm-objcopy] Change --only-keep to --only-sections

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 16:02:54 PST 2018


jakehehrlich updated this revision to Diff 176892.
jakehehrlich added a comment.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.

Rebased and used -only-section (no s at the end)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D52180

Files:
  llvm/test/tools/llvm-objcopy/ELF/basic-only-keep.test
  llvm/test/tools/llvm-objcopy/ELF/basic-only-section.test
  llvm/test/tools/llvm-objcopy/ELF/dump-section.test
  llvm/test/tools/llvm-objcopy/ELF/explicit-only-keep-remove.test
  llvm/test/tools/llvm-objcopy/ELF/explicit-only-section-remove.test
  llvm/test/tools/llvm-objcopy/ELF/keep-only-keep.test
  llvm/test/tools/llvm-objcopy/ELF/keep-only-section.test
  llvm/test/tools/llvm-objcopy/ELF/only-keep-many.test
  llvm/test/tools/llvm-objcopy/ELF/only-keep-remove-strtab.test
  llvm/test/tools/llvm-objcopy/ELF/only-keep-strip-non-alloc.test
  llvm/test/tools/llvm-objcopy/ELF/only-section-many.test
  llvm/test/tools/llvm-objcopy/ELF/only-section-remove-strtab.test
  llvm/test/tools/llvm-objcopy/ELF/only-section-strip-non-alloc.test
  llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-keep.test
  llvm/test/tools/llvm-objcopy/ELF/strip-sections-only-section.test
  llvm/tools/llvm-objcopy/CopyConfig.cpp
  llvm/tools/llvm-objcopy/CopyConfig.h
  llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  llvm/tools/llvm-objcopy/ObjcopyOpts.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52180.176892.patch
Type: text/x-patch
Size: 6670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181206/0cad54c0/attachment.bin>


More information about the llvm-commits mailing list