Nuke the old JIT.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
index aae8a1b2c521e9e81f6847be9cf5f10161cc0e4d..0f42c31060b265b081efd4142042438f73df1c0c 100644 (file)
@@ -1,12 +1,5 @@
 add_llvm_library(LLVMMCJIT
+  JITMemoryManager.cpp
   MCJIT.cpp
-  Intercept.cpp
-  )
-
-add_llvm_library_dependencies(LLVMMCJIT
-  LLVMCore
-  LLVMExecutionEngine
-  LLVMRuntimeDyld
-  LLVMSupport
-  LLVMTarget
+  SectionMemoryManager.cpp
   )