[all-commits] [llvm/llvm-project] c4fc56: [JITLink][AArch32] Add GOT builder and implement R...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Mon Jan 22 03:00:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4fc563b8d41c28f3e4cbcd4ef943c26d234b5ae
https://github.com/llvm/llvm-project/commit/c4fc563b8d41c28f3e4cbcd4ef943c26d234b5ae
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch32.cpp
M llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_relocations_data.s
Log Message:
-----------
[JITLink][AArch32] Add GOT builder and implement R_ARM_GOT_PREL relocations for ELF (#78753)
LLJIT needs this relocation for running deinitializers. Implementation and
test are adapted from test arm-fpic-got.s in LLD.
More information about the All-commits
mailing list