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:
64649a7
)
[Orc] Fix Kaleidoscope example for change in r254693.
author
Lang Hames
<lhames@gmail.com>
Fri, 4 Dec 2015 02:32:32 +0000
(
02:32
+0000)
committer
Lang Hames
<lhames@gmail.com>
Fri, 4 Dec 2015 02:32:32 +0000
(
02:32
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254695
91177308
-0d34-0410-b5e6-
96231b3b80d8
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
patch
|
blob
|
history
diff --git
a/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
b/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
index 8ba76e86ee072b6f82a7262378abaf1aaee42aae..78184f5d32cd1a99c8d777880a46d3e480f63450 100644
(file)
--- a/
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
+++ b/
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
@@
-1308,7
+1308,7
@@
private:
std::map<std::string, std::unique_ptr<FunctionAST>> FunctionDefs;
- JITCompileCallbackManager<OrcX86_64> CompileCallbacks;
+
Local
JITCompileCallbackManager<OrcX86_64> CompileCallbacks;
};
static void HandleDefinition(SessionContext &S, KaleidoscopeJIT &J) {