[all-commits] [llvm/llvm-project] e9e3e9: [llvm] Indirect symbol replacement with GOTPCREL f...
PiJoules via All-commits
all-commits at lists.llvm.org
Tue Jan 16 15:32:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9e3e9d23dd4e06ed5d9adb156ced4ab3a1f34bc
https://github.com/llvm/llvm-project/commit/e9e3e9d23dd4e06ed5d9adb156ced4ab3a1f34bc
Author: PiJoules <6019989+PiJoules at users.noreply.github.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
M llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/test/MC/ELF/rtti-proxy-gotpcrel.ll
Log Message:
-----------
[llvm] Indirect symbol replacement with GOTPCREL for aarch64 and risc… (#78003)
…v64 ELF
This is similar to https://github.com/llvm/llvm-project/pull/67754 but
adds support for ELF aarch64 and riscv64 now that GOTPCREL-equivalent
relocations have been added for those archs.
More information about the All-commits
mailing list