diff options
Diffstat (limited to 'llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp')
-rw-r--r-- | llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp b/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp index 3cb657a9978..34932c25915 100644 --- a/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp +++ b/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp @@ -28,8 +28,3 @@ extern "C" void LLVMInitializeRISCVTargetInfo() { RegisterTarget<Triple::riscv64> Y(getTheRISCV64Target(), "riscv64", "64-bit RISC-V"); } - -// FIXME: Temporary stub - this function must be defined for linking -// to succeed and will be called unconditionally by llc, so must be a no-op. -// Remove once this function is properly implemented. -extern "C" void LLVMInitializeRISCVTargetMC() {} |