xref: /llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt (revision f09cf34d00625e57dea5317a3ac0412c07292148)
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  TargetParser
21  )
22