forked from OSchip/llvm-project
parent
00ee5edc0d
commit
d6d2bafacc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue