summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/strip-unneeded.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objcopy] Move elf-specific tests into subfolderAlexander Shaposhnikov2018-11-301-143/+0
| | | | | | | | | | | | | | In this diff the elf-specific tests are moved into the subfolder llvm-objcopy/ELF (the change was discussed in the comments on https://reviews.llvm.org/D54674). A separate code reivew wasn't sent for this change since Phabricator is failing to create such a large diff. Test plan: make check-all make check-llvm-tools make check-llvm-tools-llvm-objcopy llvm-svn: 347958
* [llvm-strip] Expose --strip-unneeded optionPaul Semel2018-06-071-0/+7
| | | | | | Differential Revision: https://reviews.llvm.org/D47818 llvm-svn: 334182
* [llvm-objcopy] Add --strip-unneeded optionPaul Semel2018-05-251-0/+136
| | | | | | Differential Revision: https://reviews.llvm.org/D46896 llvm-svn: 333267
* Revert "[llvm-objcopy] Add --strip-unneeded option"Paul Semel2018-05-221-136/+0
| | | | | | | | There is a use after free I didn't see. Need to investigate. This reverts commit f7624abeb1f0d012309baf2e78cf2499fbfe5e5f. llvm-svn: 332925
* [llvm-objcopy] Add --strip-unneeded optionPaul Semel2018-05-211-0/+136
This option removes symbols that are not needed by relocations. Differential Revision: https://reviews.llvm.org/D46896 llvm-svn: 332915
OpenPOWER on IntegriCloud