OSDN Git Service

Add --strip-all option back to llvm-strip.
authorStephen Hines <srhines@google.com>
Thu, 12 Jul 2018 17:42:17 +0000 (17:42 +0000)
committerStephen Hines <srhines@google.com>
Thu, 12 Jul 2018 17:42:17 +0000 (17:42 +0000)
commitdf4581eddcf789e6f55696d2693cf243659f59d5
treec8bda890d0af02e9e6b071fabc143e594b1b13f2
parentd595b3ce74653f4319197d1d7f474a6f798f765a
Add --strip-all option back to llvm-strip.

Summary:
This option appears to have been dropped as part of the refactoring in
r331663. Unfortunately, if we want to use llvm-strip as a drop-in
replacement for strip, this option should still be available.

Reviewers: alexshap

Reviewed By: alexshap

Subscribers: meikeb, kongyi, chh, jakehehrlich, llvm-commits, pirama

Differential Revision: https://reviews.llvm.org/D49226

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336921 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/strip-all.test
tools/llvm-objcopy/StripOpts.td
tools/llvm-objcopy/llvm-objcopy.cpp