[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.
[oota-llvm.git] / lib / ExecutionEngine / CMakeLists.txt
index 2332795fc4c2d775074322fcf7a5dcd79bf7565e..d2c33cda1a625d743053b675c98d1177dbf33d09 100644 (file)
@@ -5,6 +5,7 @@ add_llvm_library(LLVMExecutionEngine
   ExecutionEngineBindings.cpp
   GDBRegistrationListener.cpp
   RTDyldMemoryManager.cpp
+  SectionMemoryManager.cpp
   TargetSelect.cpp
   )