Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
[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   SectionMemoryManager.cpp
7   )