1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/llvm-objdump
Peng Guo c701c394b3 [objdump][macho] Check arch before formating reloc name as arm64 addend
Before formating ARM64_RELOC_ADDEND relocation target name as a hex
number, the architecture need to be checked since other architectures
can define a different relocation type with the same integer as
ARM64_RELOC_ADDEND.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D89094
2020-10-16 14:30:22 -07:00
..
CMakeLists.txt
COFFDump.cpp
COFFDump.h
ELFDump.cpp [lib/Object] - Refine interface of ELFFile<ELFT>. NFCI. 2020-09-15 11:38:31 +03:00
ELFDump.h
llvm-objdump.cpp [llvm-objdump] Implement --prefix option 2020-10-16 17:50:42 +01:00
llvm-objdump.h [llvm-objdump] Implement --prefix option 2020-10-16 17:50:42 +01:00
LLVMBuild.txt
MachODump.cpp [objdump][macho] Check arch before formating reloc name as arm64 addend 2020-10-16 14:30:22 -07:00
MachODump.h
WasmDump.cpp
WasmDump.h
XCOFFDump.cpp
XCOFFDump.h