OSDN Git Service

[llvm-objcopy] Add --strip-unneeded option
authorPaul Semel <semelpaul@gmail.com>
Fri, 25 May 2018 11:01:25 +0000 (11:01 +0000)
committerPaul Semel <semelpaul@gmail.com>
Fri, 25 May 2018 11:01:25 +0000 (11:01 +0000)
commitfe9deeb4321f6389288178b77bd7e945c5398c1d
treeaef5810161edde93de5d377ad0f6008b8c4a6058
parent60231abbcc610c96814149827eecaee7c792cf9e
[llvm-objcopy] Add --strip-unneeded option

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333267 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/strip-unneeded.test [new file with mode: 0644]
tools/llvm-objcopy/ObjcopyOpts.td
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/Object.h
tools/llvm-objcopy/llvm-objcopy.cpp