[Orc] Fix missing return.

llvm-svn: 257373
This commit is contained in:
Lang Hames 2016-01-11 19:40:25 +00:00
parent 3bedcea623
commit 04298f851b
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ private:
SourceModule = std::move(Other.SourceModule);
StubsToClone = std::move(Other.StubsToClone);
StubsMgr = std::move(Other.StubsMgr);
return *this;
}
JITSymbol findSymbol(StringRef Name, bool ExportedSymbolsOnly) {