Nuke the old JIT.
[oota-llvm.git] / lib / ExecutionEngine / CMakeLists.txt
index 3102c7bd58223250ec4a32c16b9915cf054adb2e..208495c88475ee1192bc8b6ee12d58a4457b08f6 100644 (file)
@@ -8,7 +8,6 @@ add_llvm_library(LLVMExecutionEngine
   )
 
 add_subdirectory(Interpreter)
-add_subdirectory(JIT)
 add_subdirectory(MCJIT)
 add_subdirectory(RuntimeDyld)