Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently...
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
1 add_llvm_library(LLVMRuntimeDyld
2   RuntimeDyld.cpp
3   RuntimeDyldMachO.cpp
4   RuntimeDyldELF.cpp
5   )