summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/dump-section.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objcopy] Move elf-specific tests into subfolderAlexander Shaposhnikov2018-11-301-44/+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-objcopy] Add --dump-sectionPaul Semel2018-08-091-0/+16
| | | | | | Differential Revision: https://reviews.llvm.org/D49979 llvm-svn: 339358
* [llvm-objcopy] Add support for --only-keep/-j and --keepJake Ehrlich2017-11-301-0/+28
This change adds support for the --only-keep option and the -j alias as well. A common use case for these being used together is to dump a specific section's data. Additionally the --keep option is added (GNU objcopy doesn't have this) to avoid removing a bunch of things. This allows people to err on the side of stripping aggressively and then to keep the specific bits that they need for their application. Differential Revision: https://reviews.llvm.org/D39021 llvm-svn: 319467
OpenPOWER on IntegriCloud