diff --git a/llvm/include/llvm/LTO/LTO.h b/llvm/include/llvm/LTO/LTO.h index b2679af39094..7ef6ee1e155c 100644 --- a/llvm/include/llvm/LTO/LTO.h +++ b/llvm/include/llvm/LTO/LTO.h @@ -251,11 +251,6 @@ public: MemoryBufferRef getMemoryBufferRef() const { return Obj->getMemoryBufferRef(); } - - // FIXME: We should fix lld and not expose this information. - StringMap &getComdatSymbolTable() { - return Obj->getModule().getComdatSymbolTable(); - } }; /// This class wraps an output stream for a native object. Most clients should