mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
[Orc] Attempted fix for GCC ICE on Polly builder.
Along the same lines as the fix in r228568. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239570 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d48b38e9ec
commit
1966aee2fe
@ -184,7 +184,7 @@ private:
|
||||
makeStub(*StubF, *FnBodyPtr);
|
||||
CCInfo.setCompileAction(
|
||||
[this, &LD, LMH, &F]() {
|
||||
return extractAndCompile(LD, LMH, F);
|
||||
return this->extractAndCompile(LD, LMH, F);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user