[all-commits] [llvm/llvm-project] e96763: [JITLink][AArch64] Implement R_AARCH64_ADR_PREL_LO21
Job Noorman via All-commits
all-commits at lists.llvm.org
Fri Jun 9 03:00:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e967638947603d5c4260696af79f965a426e8a46
https://github.com/llvm/llvm-project/commit/e967638947603d5c4260696af79f965a426e8a46
Author: Job Noorman <jnoorman at igalia.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
M llvm/lib/ExecutionEngine/JITLink/aarch64.cpp
M llvm/test/ExecutionEngine/JITLink/AArch64/ELF_relocations.s
Log Message:
-----------
[JITLink][AArch64] Implement R_AARCH64_ADR_PREL_LO21
This relocation is used for the 21-bit immediate in ADR instructions.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D151305
More information about the All-commits
mailing list