[llvm-objcopy] [COFF] Implement --only-section
commit3cedd7dc04d41188cab1e5651f472e493d08466a
authorMartin Storsjo <martin@martin.st>
Sat, 19 Jan 2019 19:42:54 +0000 (19 19:42 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 19 Jan 2019 19:42:54 +0000 (19 19:42 +0000)
tree6d3efaee2f3b1a0e9707be362a2d3bd3ccfc74e6
parent8187a7703040b6e9d60d839fe416535b1da30a08
[llvm-objcopy] [COFF] Implement --only-section

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351663 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/COFF/only-section.test [new file with mode: 0644]
tools/llvm-objcopy/COFF/COFFObjcopy.cpp