[all-commits] [llvm/llvm-project] 17af06: [JITLink] Add fixup value range check
luxufan via All-commits
all-commits at lists.llvm.org
Tue Jan 4 06:57:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17af06ba8005d6d14b0ac79ece01ecb028de9f90
https://github.com/llvm/llvm-project/commit/17af06ba8005d6d14b0ac79ece01ecb028de9f90
Author: luxufan <932494295 at qq.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
M llvm/test/ExecutionEngine/JITLink/RISCV/ELF_pc_indirect.s
Log Message:
-----------
[JITLink] Add fixup value range check
This patch makes jitlink to report an out of range error when the fixup value out of range
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D107328
More information about the All-commits
mailing list