[all-commits] [llvm/llvm-project] f9d554: [JITLink][RISCV] Correct doc of ADD* fixup express...

Jonas Hahnfeld via All-commits all-commits at lists.llvm.org
Sat Aug 12 14:49:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9d55410e242761d6d8697def28a86342560a60c
      https://github.com/llvm/llvm-project/commit/f9d55410e242761d6d8697def28a86342560a60c
  Author: Jonas Hahnfeld <hahnjo at hahnjo.de>
  Date:   2023-08-12 (Sat, 12 Aug 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/riscv.h

  Log Message:
  -----------
  [JITLink][RISCV] Correct doc of ADD* fixup expressions, NFC.

According to the RISC-V ELF psABI, the relocations perform additions,
and this is also what the code implements.




More information about the All-commits mailing list