cbf7cf14d4915c1f0d9933636ca8df802208dbc5
[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   )