xref: /aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1add_llvm_library(LLVMRuntimeDyld
2  RTDyldMemoryManager.cpp
3  RuntimeDyld.cpp
4  RuntimeDyldChecker.cpp
5  RuntimeDyldCOFF.cpp
6  RuntimeDyldELF.cpp
7  RuntimeDyldMachO.cpp
8
9  DEPENDS
10  intrinsics_gen
11  )
12