[all-commits] [llvm/llvm-project] 25a9fb: [JITLink][ELF][AArch64] Implement ADR_PREL_PG_HI21...
lhames via All-commits
all-commits at lists.llvm.org
Tue Jun 7 16:42:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25a9fb12e04fb08db66a43aa6387fb4923c607ee
https://github.com/llvm/llvm-project/commit/25a9fb12e04fb08db66a43aa6387fb4923c607ee
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_aarch64_relocations.s
Log Message:
-----------
[JITLink][ELF][AArch64] Implement ADR_PREL_PG_HI21, ADD_ABS_LO12_NC.
Implements R_AARCH64_ADR_PREL_PG_HI21 and R_AARCH64_ADD_ABS_LO12_NC fixup edges
using the generic aarch64 patch edges.
Reviewed By: lhames, sgraenitz
Differential Revision: https://reviews.llvm.org/D126287
Commit: 5368c685d91f956cc90e72add0d48d82e0c5443c
https://github.com/llvm/llvm-project/commit/5368c685d91f956cc90e72add0d48d82e0c5443c
Author: Lang Hames <lhames at gmail.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M compiler-rt/lib/orc/c_api.h
Log Message:
-----------
[ORC-RT] Remove a stale comment.
Compare: https://github.com/llvm/llvm-project/compare/828c94c0f6b3...5368c685d91f
More information about the All-commits
mailing list