Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and Runtim...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 28 Nov 2012 01:02:06 +0000 (01:02 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 28 Nov 2012 01:02:06 +0000 (01:02 +0000)
llvm-svn: 168755

llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt
llvm/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp [moved from llvm/lib/ExecutionEngine/RuntimeDyld/SectionMemoryManager.cpp with 100% similarity]
llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt

index 2911a50..088635a 100644 (file)
@@ -1,3 +1,4 @@
 add_llvm_library(LLVMMCJIT
   MCJIT.cpp
+  SectionMemoryManager.cpp
   )
index 728303a..cbf7cf1 100644 (file)
@@ -3,5 +3,4 @@ add_llvm_library(LLVMRuntimeDyld
   RuntimeDyld.cpp
   RuntimeDyldELF.cpp
   RuntimeDyldMachO.cpp
-  SectionMemoryManager.cpp
   )