llvm-for-llvmta/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt

21 lines
310 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMRuntimeDyld
JITSymbol.cpp
RTDyldMemoryManager.cpp
RuntimeDyld.cpp
RuntimeDyldChecker.cpp
RuntimeDyldCOFF.cpp
RuntimeDyldELF.cpp
RuntimeDyldMachO.cpp
Targets/RuntimeDyldELFMips.cpp
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Core
MC
Object
Support
)