[PATCH] D61377: [llvm-strip]Add --no-strip-all to disable --strip-all behaviour (including default stripping)

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 03:30:42 PDT 2019


jhenderson updated this revision to Diff 197732.
jhenderson added a comment.

Use -o instead of cp.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61377

Files:
  test/tools/llvm-objcopy/ELF/basic-only-keep-debug.test
  test/tools/llvm-objcopy/ELF/dynsym-error-remove-strtab.test
  test/tools/llvm-objcopy/ELF/no-strip-all.test
  test/tools/llvm-objcopy/ELF/reloc-error-remove-symtab.test
  test/tools/llvm-objcopy/ELF/remove-linked-section.test
  test/tools/llvm-objcopy/ELF/symtab-error-on-remove-strtab.test
  test/tools/llvm-objcopy/ELF/symtab-link.test
  tools/llvm-objcopy/CopyConfig.cpp
  tools/llvm-objcopy/StripOpts.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61377.197732.patch
Type: text/x-patch
Size: 9951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/1884cdcc/attachment.bin>


More information about the llvm-commits mailing list