[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
index 0f42c31060b265b081efd4142042438f73df1c0c..b1e2bc3d635cf0bf5121f7b6671cd84434b79e8f 100644 (file)
@@ -1,5 +1,6 @@
 add_llvm_library(LLVMMCJIT
-  JITMemoryManager.cpp
   MCJIT.cpp
-  SectionMemoryManager.cpp
+
+  DEPENDS
+  intrinsics_gen
   )