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

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 12:04:17 PDT 2016


reames added a subscriber: reames.

================
Comment at: lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp:27
@@ +26,2 @@
+// to succeed. Remove once this function is properly implemented.
+extern "C" void LLVMInitializeRISCVTargetMC() {}
----------------
Might want to add an assert(false && "not yet implemented").


https://reviews.llvm.org/D23560





More information about the llvm-commits mailing list