llvm-mirror/tools/llvm-objcopy
Alexander Shaposhnikov 9383a6b0f8 [llvm-objcopy] Add support for static libraries
This diff adds support for handling static libraries 
to llvm-objcopy and llvm-strip.

Test plan: make check-all

Differential revision: https://reviews.llvm.org/D48413

llvm-svn: 336455
2018-07-06 17:51:03 +00:00
..
CMakeLists.txt [tools] Introduce llvm-strip 2018-05-07 19:32:09 +00:00
llvm-objcopy.cpp [llvm-objcopy] Add support for static libraries 2018-07-06 17:51:03 +00:00
llvm-objcopy.h [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects 2018-01-25 22:46:17 +00:00
LLVMBuild.txt Recommit "[llvm-objcopy] Switch over to using TableGen for parsing arguments" 2018-04-24 05:43:32 +00:00
ObjcopyOpts.td [llvm-objcopy] Add --keep-file-symbols option 2018-05-26 08:10:37 +00:00
Object.cpp [llvm-objcopy] Add support for static libraries 2018-07-06 17:51:03 +00:00
Object.h [llvm-objcopy] Add support for static libraries 2018-07-06 17:51:03 +00:00
StripOpts.td [llvm-strip] Expose --strip-unneeded option 2018-06-07 10:05:25 +00:00