[RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
1 add_llvm_library(LLVMRuntimeDyld
2   GDBRegistrar.cpp
3   RuntimeDyld.cpp
4   RuntimeDyldChecker.cpp
5   RuntimeDyldELF.cpp
6   RuntimeDyldMachO.cpp
7   )