[Orc] Attempted fix for GCC ICE on Polly builder.
authorLang Hames <lhames@gmail.com>
Thu, 11 Jun 2015 22:51:01 +0000 (22:51 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 11 Jun 2015 22:51:01 +0000 (22:51 +0000)
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

include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h

index cc93a6fa431982468f7c7cb6c7845d48bd6273e5..d631e1d5ce0b36cb5c0cd826422f3527b7fe2fe9 100644 (file)
@@ -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);
         });
     }