1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[Orc] More qualifications of lambda-captured member variables to fix GCC ICEs.

llvm-svn: 258286
This commit is contained in:
Lang Hames 2016-01-20 04:32:05 +00:00
parent e0f4353910
commit 09c3ea7fd6

View File

@ -258,12 +258,12 @@ public:
LOSHandleLoad();
NotifyLoaded(H, Objs, LoadedObjInfos);
this->NotifyLoaded(H, Objs, LoadedObjInfos);
RTDyld.finalizeWithMemoryManagerLocking();
if (NotifyFinalized)
NotifyFinalized(H);
if (this->NotifyFinalized)
this->NotifyFinalized(H);
};
auto LOS =