projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48b38e
)
[Orc] Attempted fix for GCC ICE on Polly builder.
author
Lang Hames
<lhames@gmail.com>
Thu, 11 Jun 2015 22:51:01 +0000
(22:51 +0000)
committer
Lang 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
patch
|
blob
|
history
diff --git
a/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
b/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
index cc93a6fa431982468f7c7cb6c7845d48bd6273e5..d631e1d5ce0b36cb5c0cd826422f3527b7fe2fe9 100644
(file)
--- a/
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
+++ b/
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
@@
-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);
});
}