[all-commits] [llvm/llvm-project] 0ef5aa: [JITLink] Add fixup value range check

luxufan via All-commits all-commits at lists.llvm.org
Thu Jan 13 00:33:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ef5aa69e77f9bb9406b55c9aaad9baf5e36c270
      https://github.com/llvm/llvm-project/commit/0ef5aa69e77f9bb9406b55c9aaad9baf5e36c270
  Author: luxufan <932494295 at qq.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
    M llvm/test/ExecutionEngine/JITLink/RISCV/ELF_abs_reloc.s
    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