[all-commits] [llvm/llvm-project] f7d4ca: [JITLink][RISCV] Support R_RISCV_SET* and R_RISCV_...
fourdim via All-commits
all-commits at lists.llvm.org
Sat Jan 22 02:32:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7d4cafe5a6a51ccc6072c9dd304ced4f8e96aa7
https://github.com/llvm/llvm-project/commit/f7d4cafe5a6a51ccc6072c9dd304ced4f8e96aa7
Author: fourdim <fourdim at foxmail.com>
Date: 2022-01-22 (Sat, 22 Jan 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/riscv.h
M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
M llvm/lib/ExecutionEngine/JITLink/riscv.cpp
A llvm/test/ExecutionEngine/JITLink/RISCV/ELF_pc_relative.s
A llvm/test/ExecutionEngine/JITLink/RISCV/ELF_reloc_set.s
Log Message:
-----------
[JITLink][RISCV] Support R_RISCV_SET* and R_RISCV_32_PCREL relocations
This patch supports R_RISCV_SET* and R_RISCV_32_PCREL relocations in JITLink.
Reviewed By: StephenFan
Differential Revision: https://reviews.llvm.org/D117082
More information about the All-commits
mailing list