Nuke the old JIT.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
index 65530794315051d4911fdb05bb94b14558bb7225..0f42c31060b265b081efd4142042438f73df1c0c 100644 (file)
@@ -1,5 +1,5 @@
 add_llvm_library(LLVMMCJIT
+  JITMemoryManager.cpp
   MCJIT.cpp
-  TargetSelect.cpp
-  Intercept.cpp
+  SectionMemoryManager.cpp
   )