[all-commits] [llvm/llvm-project] a4e2c1: [Orc][LLJIT] Use JITLink on RISC-V

Jonas Hahnfeld via All-commits all-commits at lists.llvm.org
Mon Jul 4 14:10:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a4e2c1f762959b18f185cec4fd30d9ba982d4af5
      https://github.com/llvm/llvm-project/commit/a4e2c1f762959b18f185cec4fd30d9ba982d4af5
  Author: Jonas Hahnfeld <hahnjo at hahnjo.de>
  Date:   2022-07-04 (Mon, 04 Jul 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

  Log Message:
  -----------
  [Orc][LLJIT] Use JITLink on RISC-V

RuntimeDyld does not support RISC-V, so it makes sense to enable
JITLink by default. This also makes relocations work without support
for a large code model.

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




More information about the All-commits mailing list