1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/llvm-objcopy
Georgii Rymar 29cf2215d1 [llvm-objcopy] - Do not crash on object that has relocations but no symbol table.
It was revealed by D69260.

Tool crashed when scanned relocations in a object without a symbol table.
This patch teaches it either to handle such objects (when relocations
does not use symbols we do not need a symbol table to proceed)
or to show an appropriate error otherwise.

Differential revision: https://reviews.llvm.org/D69304
2019-10-30 13:17:22 +03:00
..
COFF
ELF [llvm-objcopy] - Do not crash on object that has relocations but no symbol table. 2019-10-30 13:17:22 +03:00
MachO [llvm-objcopy][MachO] Support indirect symbol table 2019-10-30 15:12:22 +09:00
Buffer.cpp
Buffer.h
CMakeLists.txt
CommonOpts.td [llvm-objcopy] Add support for shell wildcards 2019-10-17 20:51:00 +00:00
CopyConfig.cpp Fix MSVC "not all control paths return a value" warning. NFCI. 2019-10-18 09:59:40 +00:00
CopyConfig.h [llvm-objcopy] Add support for shell wildcards 2019-10-17 20:51:00 +00:00
llvm-objcopy.cpp [llvm-objcopy] Add support for shell wildcards 2019-10-17 20:51:00 +00:00
llvm-objcopy.h
LLVMBuild.txt
ObjcopyOpts.td
StripOpts.td