1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/tools/llvm-objdump
Martin Storsjo 3f62f9037a [llvm-objdump] Properly print MachO aarch64 addend relocations
Previously such relocations fell into the last case for local
symbols, using the relocation addend as symbol index, leading to
a crash.

Differential Revision: https://reviews.llvm.org/D35239

llvm-svn: 307927
2017-07-13 17:03:02 +00:00
..
CMakeLists.txt
COFFDump.cpp
ELFDump.cpp
llvm-objdump.cpp [llvm-objdump] Properly print MachO aarch64 addend relocations 2017-07-13 17:03:02 +00:00
llvm-objdump.h Add the rest of the error checking for Mach-O dyld compact bind entry errors 2017-03-20 19:46:55 +00:00
LLVMBuild.txt
MachODump.cpp Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types so 2017-06-22 19:50:56 +00:00
WasmDump.cpp