1add_llvm_component_library(LLVMRuntimeDyld 2 JITSymbol.cpp 3 RTDyldMemoryManager.cpp 4 RuntimeDyld.cpp 5 RuntimeDyldChecker.cpp 6 RuntimeDyldCOFF.cpp 7 RuntimeDyldELF.cpp 8 RuntimeDyldMachO.cpp 9 Targets/RuntimeDyldELFMips.cpp 10 11 DEPENDS 12 intrinsics_gen 13 14 15 LINK_COMPONENTS 16 Core 17 MC 18 Object 19 Support 20 ) 21