diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-09-02 22:28:02 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-09-02 22:28:02 +0000 |
| commit | 79cc1e3ae7bc224fa948495ba2f1c02f4c0c84ea (patch) | |
| tree | b7044eef1251f66d6308e6868b0430ac6a8a7297 /llvm/examples/Kaleidoscope/Chapter6 | |
| parent | 981602a84c5e16871d23b946c8334cd830aceed2 (diff) | |
| download | bcm5719-llvm-79cc1e3ae7bc224fa948495ba2f1c02f4c0c84ea.tar.gz bcm5719-llvm-79cc1e3ae7bc224fa948495ba2f1c02f4c0c84ea.zip | |
Reinstate "Nuke the old JIT."
Approved by Jim Grosbach, Lang Hames, Rafael Espindola.
This reinstates commits r215111, 215115, 215116, 215117, 215136.
llvm-svn: 216982
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter6')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter6/toy.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt index cd61cec89d5..d36f03090e5 100644 --- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - JIT MC ScalarOpts Support diff --git a/llvm/examples/Kaleidoscope/Chapter6/toy.cpp b/llvm/examples/Kaleidoscope/Chapter6/toy.cpp index d782395fdaa..8977203a719 100644 --- a/llvm/examples/Kaleidoscope/Chapter6/toy.cpp +++ b/llvm/examples/Kaleidoscope/Chapter6/toy.cpp @@ -1,6 +1,5 @@ #include "llvm/Analysis/Passes.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" -#include "llvm/ExecutionEngine/JIT.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/IRBuilder.h" |

