summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/LTO/LTO.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/LTO/LTO.h b/llvm/include/llvm/LTO/LTO.h
index b2679af3909..7ef6ee1e155 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<Comdat> &getComdatSymbolTable() {
- return Obj->getModule().getComdatSymbolTable();
- }
};
/// This class wraps an output stream for a native object. Most clients should
OpenPOWER on IntegriCloud