[all-commits] [llvm/llvm-project] dc9b41: [JITLink][RISCV] Add relocation fixup test

luxufan via All-commits all-commits at lists.llvm.org
Thu Aug 5 23:36:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc9b41f3b45fdd88c5a259e8abd6ede57f457ad0
      https://github.com/llvm/llvm-project/commit/dc9b41f3b45fdd88c5a259e8abd6ede57f457ad0
  Author: luxufan <932494295 at qq.com>
  Date:   2021-08-06 (Fri, 06 Aug 2021)

  Changed paths:
    A llvm/test/ExecutionEngine/JITLink/RISCV/ELF_abs_reloc.s
    M llvm/test/ExecutionEngine/JITLink/RISCV/ELF_pc_indirect.s

  Log Message:
  -----------
  [JITLink][RISCV] Add relocation fixup test

This patch add R_RISCV_HI20, R_RISCV_LO12 and R_RISCV_CALL relocation test

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D107327




More information about the All-commits mailing list