Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / lib / ExecutionEngine / CMakeLists.txt
index 208495c88475ee1192bc8b6ee12d58a4457b08f6..3102c7bd58223250ec4a32c16b9915cf054adb2e 100644 (file)
@@ -8,6 +8,7 @@ add_llvm_library(LLVMExecutionEngine
   )
 
 add_subdirectory(Interpreter)
+add_subdirectory(JIT)
 add_subdirectory(MCJIT)
 add_subdirectory(RuntimeDyld)