diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2018-09-05 13:10:03 +0000 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2018-09-05 13:10:03 +0000 |
commit | 591d889006e80d3d87bcac200c4c454a878c9f24 (patch) | |
tree | 85b9d8b912f832fa7c3529d3ee9a2224d47554d8 /lldb/scripts/Python/python-extensions.swig | |
parent | 53e91c1b086267f9c77e9dcb3f7f54b0b17ae1b0 (diff) | |
download | llvm-591d889006e80d3d87bcac200c4c454a878c9f24.zip llvm-591d889006e80d3d87bcac200c4c454a878c9f24.tar.gz llvm-591d889006e80d3d87bcac200c4c454a878c9f24.tar.bz2 |
[llvm-strip] Support stripping multiple input files
Summary:
Allow strip to be called on multiple input files, which is interpreted as stripping N files in place. Using multiple input files is incompatible with -o.
To allow this, create a `DriverConfig` struct which just wraps a list of `CopyConfigs`. objcopy will only ever have a single `CopyConfig`, but strip will have N (where N >= 1) CopyConfigs.
Reviewers: alexshap, jakehehrlich
Reviewed By: alexshap, jakehehrlich
Subscribers: MaskRay, jakehehrlich, llvm-commits
Differential Revision: https://reviews.llvm.org/D51660
llvm-svn: 341464
Diffstat (limited to 'lldb/scripts/Python/python-extensions.swig')
0 files changed, 0 insertions, 0 deletions