[all-commits] [llvm/llvm-project] dc18c5: [JITLink] Add RISCV label subtraction and addition...
luxufan via All-commits
all-commits at lists.llvm.org
Wed Jan 19 06:13:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc18c5fa97e187475980f05acf12de5d9e3e941a
https://github.com/llvm/llvm-project/commit/dc18c5fa97e187475980f05acf12de5d9e3e941a
Author: luxufan <932494295 at qq.com>
Date: 2022-01-19 (Wed, 19 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/riscv_reloc_add.s
Log Message:
-----------
[JITLink] Add RISCV label subtraction and addition relocations
This patch add RISCV label subtraction and addition relocations in JITLink
Differential Revision: https://reviews.llvm.org/D116794
More information about the All-commits
mailing list