Files
clang-p2996/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
Shoaib Meenai ac452204aa [llvm] Support indirect symbol replacement with R_ARM_GOT_PREL (#81916)
R_ARM_GOT_PREL is equivalent to GOTPCREL on other architectures, so we
can use it for indirect symbol replacement the same way. This is the
equivalent of https://github.com/llvm/llvm-project/pull/67754 for x86_64
and https://github.com/llvm/llvm-project/pull/78003 for AArch64 and
64-bit RISC-V.
2024-02-15 17:05:15 -08:00

4.6 KiB