llvm/tools/llvm-objcopy
Jordan Rupprecht 5b1329de30 [llvm-objcopy/llvm-strip]: handle --version
Summary:
Implement --version for objcopy and strip.

I think there are LLVM utilities that automatically handle this, but that doesn't seem to work with custom parsing since this binary handles both objcopy and strip, so it uses custom parsing.

This fixes PR38298

Reviewers: jhenderson, alexshap, jakehehrlich

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342702 91177308-0d34-0410-b5e6-96231b3b80d8
2018-09-21 00:47:31 +00:00
..
CMakeLists.txt
llvm-objcopy.cpp [llvm-objcopy/llvm-strip]: handle --version 2018-09-21 00:47:31 +00:00
llvm-objcopy.h [NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy. 2018-07-18 00:10:51 +00:00
LLVMBuild.txt
ObjcopyOpts.td [llvm-objcopy/llvm-strip]: handle --version 2018-09-21 00:47:31 +00:00
Object.cpp [objcopy] make objcopy follow program header standards 2018-09-12 17:56:31 +00:00
Object.h [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). 2018-09-07 08:10:22 +00:00
StripOpts.td [llvm-objcopy/llvm-strip]: handle --version 2018-09-21 00:47:31 +00:00