diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-08-07 22:02:54 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-08-07 22:02:54 +0000 |
| commit | b9fd9ed37ebf24d0935fe597cc8ea13f77288636 (patch) | |
| tree | 6d3bd604747981f5dcc37bcb3509f1c793287e59 /llvm/examples/ParallelJIT | |
| parent | b5220dc77963e8172cfe0ea7aeeacc76b3da8413 (diff) | |
| download | bcm5719-llvm-b9fd9ed37ebf24d0935fe597cc8ea13f77288636.tar.gz bcm5719-llvm-b9fd9ed37ebf24d0935fe597cc8ea13f77288636.zip | |
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
be deleted. This will be reapplied as soon as possible and before
the 3.6 branch date at any rate.
Approved by Jim Grosbach, Lang Hames, Rafael Espindola.
This reverts commits r215111, 215115, 215116, 215117, 215136.
llvm-svn: 215154
Diffstat (limited to 'llvm/examples/ParallelJIT')
| -rw-r--r-- | llvm/examples/ParallelJIT/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/examples/ParallelJIT/ParallelJIT.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/examples/ParallelJIT/CMakeLists.txt b/llvm/examples/ParallelJIT/CMakeLists.txt index 3c489e83027..8673917f558 100644 --- a/llvm/examples/ParallelJIT/CMakeLists.txt +++ b/llvm/examples/ParallelJIT/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter + JIT Support nativecodegen ) diff --git a/llvm/examples/ParallelJIT/ParallelJIT.cpp b/llvm/examples/ParallelJIT/ParallelJIT.cpp index 653b8cc0342..2aa63d91ffb 100644 --- a/llvm/examples/ParallelJIT/ParallelJIT.cpp +++ b/llvm/examples/ParallelJIT/ParallelJIT.cpp @@ -19,6 +19,7 @@ #include "llvm/ExecutionEngine/GenericValue.h" #include "llvm/ExecutionEngine/Interpreter.h" +#include "llvm/ExecutionEngine/JIT.h" #include "llvm/IR/Constants.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/Instructions.h" |

