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

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 12:08:52 PDT 2016


On Sun, Aug 21, 2016 at 07:04:17PM +0000, Philip Reames via llvm-commits wrote:
> 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").

That would be better as llvm_unreachable :)

Joerg


More information about the llvm-commits mailing list