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:
parent
67f63b17f1
commit
b3263313ef
@ -126,7 +126,7 @@ private:
|
||||
PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects),
|
||||
[&]() {
|
||||
updateSymbolTable(RTDyld);
|
||||
Finalized = true;
|
||||
this->Finalized = true;
|
||||
});
|
||||
|
||||
// Release resources.
|
||||
|
Loading…
x
Reference in New Issue
Block a user