[PATCH] D13934: [ELF2] --strip-all/-s command line implemented

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 04:13:58 PDT 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael, davide.
grimar added subscribers: llvm-commits, grimar.

-s, --strip-all - Strip all symbols
Implementation removes .strtab and .symtab sections from output.

Test from lld\test\elf branch was taken as a base, but was improved in part of checks. 

http://reviews.llvm.org/D13934

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/elf2/strip-all.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13934.37984.patch
Type: text/x-patch
Size: 12552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151021/ca47797d/attachment.bin>


More information about the llvm-commits mailing list