-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.
Paths
| Differential D13934
[ELF2] --strip-all/-s command line implemented ClosedPublic Authored by grimar on Oct 21 2015, 4:13 AM.
Details Summary -s, --strip-all - Strip all symbols Test from lld\test\elf branch was taken as a base, but was improved in part of checks.
Diff Detail
Event Timelinegrimar updated this object.
Comment Actions Structure looks good, just few comments.
This revision is now accepted and ready to land.Oct 23 2015, 1:08 PM Closed by commit rL251144: [ELF2] --strip-all/-s command line implemented (authored by grimar). · Explain WhyOct 23 2015, 1:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38258 lld/trunk/ELF/Config.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/Options.td
lld/trunk/ELF/Writer.cpp
lld/trunk/test/elf2/strip-all.s
|