diff options
author | Jake Ehrlich <jakehehrlich@google.com> | 2017-11-30 20:14:53 +0000 |
---|---|---|
committer | Jake Ehrlich <jakehehrlich@google.com> | 2017-11-30 20:14:53 +0000 |
commit | ef3b80c57ba7c1c910a1d31548cf51f630913a04 (patch) | |
tree | f32acad3ac4138b7e3e367d4d4fe492b2094026d /llvm/lib/Target/X86/X86ISelLowering.cpp | |
parent | aef1dfc690adc6478efcd059bdbb65d0195082b8 (diff) | |
download | bcm5719-llvm-ef3b80c57ba7c1c910a1d31548cf51f630913a04.tar.gz bcm5719-llvm-ef3b80c57ba7c1c910a1d31548cf51f630913a04.zip |
[llvm-objcopy] Add support for --only-keep/-j and --keep
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
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions