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