[ORC] Remove a superfluous semicolon, fixing warnings. NFC.

llvm-svn: 343068
This commit is contained in:
Martin Storsjo 2018-09-26 06:13:03 +00:00
parent 652364b765
commit 8fafd33a3c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public:
createNotifyResolvedFunction(NotifyResolvedImpl NotifyResolved) {
return llvm::make_unique<NotifyResolvedFunctionImpl<NotifyResolvedImpl>>(
std::move(NotifyResolved));
};
}
// Return a free call-through trampoline and bind it to look up and call
// through to the given symbol.