[RISCV] Re-enable JIT support
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Wed, 10 Aug 2022 20:31:05 +0000 (22:31 +0200)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 11 Aug 2022 09:41:02 +0000 (11:41 +0200)
commit940733d6a0a92245912361bf116514172a15f4f8
tree5fdc66616b5214814456d6f66c01e3b85f9c9933
parent91b6f76a582a540a188b3501ea19fe2eee9daa3f
[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
llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp