forked from OSchip/llvm-project
parent
3bedcea623
commit
04298f851b
|
@ -106,6 +106,7 @@ private:
|
||||||
SourceModule = std::move(Other.SourceModule);
|
SourceModule = std::move(Other.SourceModule);
|
||||||
StubsToClone = std::move(Other.StubsToClone);
|
StubsToClone = std::move(Other.StubsToClone);
|
||||||
StubsMgr = std::move(Other.StubsMgr);
|
StubsMgr = std::move(Other.StubsMgr);
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
JITSymbol findSymbol(StringRef Name, bool ExportedSymbolsOnly) {
|
JITSymbol findSymbol(StringRef Name, bool ExportedSymbolsOnly) {
|
||||||
|
|
Loading…
Reference in New Issue