[Orc] Qualify captured variable to work around GCC ICE.

llvm-svn: 258278
This commit is contained in:
Lang Hames 2016-01-20 03:12:40 +00:00
parent 203655a936
commit efa5f6c170
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ private:
PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
[&]() {
updateSymbolTable(RTDyld);
Finalized = true;
this->Finalized = true;
});
// Release resources.