1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/llvm-objcopy
Alexander Shaposhnikov 9280736736 [llvm-objcopy] Implement --redefine-sym option
This diff implements --redefine-sym option 
for changing the name of a symbol.

Test plan: make check-all

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

llvm-svn: 330973
2018-04-26 18:28:17 +00:00
..
CMakeLists.txt Recommit "[llvm-objcopy] Switch over to using TableGen for parsing arguments" 2018-04-24 05:43:32 +00:00
llvm-objcopy.cpp [llvm-objcopy] Implement --redefine-sym option 2018-04-26 18:28:17 +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
Object.cpp [llvm-objcopy] Implement --redefine-sym option 2018-04-26 18:28:17 +00:00
Object.h [llvm-objcopy] Implement --redefine-sym option 2018-04-26 18:28:17 +00:00
Opts.td [llvm-objcopy] Implement --redefine-sym option 2018-04-26 18:28:17 +00:00