diff options
| author | Xerxes Ranby <xerxes@zafena.se> | 2009-07-19 08:10:01 +0000 |
|---|---|---|
| committer | Xerxes Ranby <xerxes@zafena.se> | 2009-07-19 08:10:01 +0000 |
| commit | 68602758e4c22e0289b3cd90cf4c445694d11330 (patch) | |
| tree | c17e71e614b76a5c66a8540a7727b7cee82e9d8f /llvm/examples/Kaleidoscope/toy.cpp | |
| parent | 669521c97c79a0b1e289658c26e8a356b21cb75d (diff) | |
| download | bcm5719-llvm-68602758e4c22e0289b3cd90cf4c445694d11330.tar.gz bcm5719-llvm-68602758e4c22e0289b3cd90cf4c445694d11330.zip | |
Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h
llvm-svn: 76363
Diffstat (limited to 'llvm/examples/Kaleidoscope/toy.cpp')
| -rw-r--r-- | llvm/examples/Kaleidoscope/toy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/toy.cpp b/llvm/examples/Kaleidoscope/toy.cpp index abcd412f077..0035f3928d7 100644 --- a/llvm/examples/Kaleidoscope/toy.cpp +++ b/llvm/examples/Kaleidoscope/toy.cpp @@ -1,5 +1,7 @@ #include "llvm/DerivedTypes.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" +#include "llvm/ExecutionEngine/Interpreter.h" +#include "llvm/ExecutionEngine/JIT.h" #include "llvm/LLVMContext.h" #include "llvm/Module.h" #include "llvm/ModuleProvider.h" |

