1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-objcopy
Alexander Shaposhnikov 936cf94651 [llvm-strip] Add missing aliases for --strip-debug
Add missing aliases for --strip-debug: -g, -S, -d.

Test plan: make check-all

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

llvm-svn: 333940
2018-06-04 18:55:41 +00:00
..
CMakeLists.txt [tools] Introduce llvm-strip 2018-05-07 19:32:09 +00:00
llvm-objcopy.cpp [llvm-objcopy] Fix null symbol handling 2018-06-01 16:19:46 +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] Fix null symbol handling 2018-06-01 16:19:46 +00:00
Object.h [llvm-objcopy] Fix null symbol handling 2018-06-01 16:19:46 +00:00
StripOpts.td [llvm-strip] Add missing aliases for --strip-debug 2018-06-04 18:55:41 +00:00