[all-commits] [llvm/llvm-project] 940733: [RISCV] Re-enable JIT support
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Thu Aug 11 02:41:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 940733d6a0a92245912361bf116514172a15f4f8
https://github.com/llvm/llvm-project/commit/940733d6a0a92245912361bf116514172a15f4f8
Author: Jonas Hahnfeld <hahnjo at hahnjo.de>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
Log Message:
-----------
[RISCV] Re-enable JIT support
Commit 8922adf646 recently made JITTargetMachineBuilder honor the
hasJIT property of the target. LLVM supports just-in-time compilation
on RISC-V, so set the flag.
Differential Revision: https://reviews.llvm.org/D131617
More information about the All-commits
mailing list