[PATCH] D23560: [RISCV 3/10] Add stub backend

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 09:52:15 PDT 2016


t.p.northover added a subscriber: t.p.northover.

================
Comment at: lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp:19
@@ +18,3 @@
+extern "C" void LLVMInitializeRISCVTargetInfo() {
+  RegisterTarget<Triple::riscv32, /*HasJIT=*/true> X(
+      TheRISCV32Target, "riscv32", "32-bit RISC-V");
----------------
Does it support JIT? I'd have thought you'd flip this when implementing the pseudo-linker under lib/ExecutionEngine.


https://reviews.llvm.org/D23560





More information about the llvm-commits mailing list