Files
llvm/tools
Jordan Rupprecht 4906f3fb81 [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341464 91177308-0d34-0410-b5e6-96231b3b80d8
2018-09-05 13:10:03 +00:00
..
2018-06-23 19:04:10 +00:00
2018-07-23 18:09:43 +00:00
2018-04-29 00:45:03 +00:00
2018-09-05 01:27:38 +00:00
2018-04-25 18:06:23 +00:00
2018-09-05 01:27:38 +00:00
2018-07-20 17:27:48 +00:00