[ORC] Fix missing std::move from 9eb4939b86.

This commit is contained in:
Lang Hames 2022-01-20 17:56:56 +11:00
parent 9eb4939b86
commit f8752e28fd
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ private:
}
return Error::success();
}))
return Err;
return std::move(Err);
LLVM_DEBUG({
dbgs() << "JITDylib init order is [ ";