Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and Runtim...
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
1 add_llvm_library(LLVMRuntimeDyld
2   GDBRegistrar.cpp
3   RuntimeDyld.cpp
4   RuntimeDyldELF.cpp
5   RuntimeDyldMachO.cpp
6   )