[PATCH] D61672: [llvm-objcopy] Allow strip symtab in executables and DSOs

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 07:55:25 PDT 2019


evgeny777 updated this revision to Diff 204072.
evgeny777 added a comment.

- Addressed comments
- Trivial .symtab and .strtab are now removed completely from non-relocatable objects


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

https://reviews.llvm.org/D61672

Files:
  test/tools/llvm-objcopy/ELF/no-symbol-relocation.test
  test/tools/llvm-objcopy/ELF/preserve-segment-contents-ehdr-phdrs.test
  test/tools/llvm-objcopy/ELF/remove-multiple-sections.test
  test/tools/llvm-objcopy/ELF/segment-shift-section-remove.test
  test/tools/llvm-objcopy/ELF/segment-test-remove-section.test
  test/tools/llvm-objcopy/ELF/strip-unneeded2.test
  tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  tools/llvm-objcopy/ELF/Object.cpp
  tools/llvm-objcopy/ELF/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61672.204072.patch
Type: text/x-patch
Size: 10915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/0431a467/attachment.bin>


More information about the llvm-commits mailing list