bolt/deps/llvm-18.1.8/llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt

22 lines
325 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01: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
TargetParser
)