1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[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 67f63b17f1
commit b3263313ef

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.