20 lines
391 B
CMake
20 lines
391 B
CMake
add_llvm_component_library(LLVMOrcTargetProcess
|
|
JITLoaderGDB.cpp
|
|
OrcRTBootstrap.cpp
|
|
RegisterEHFrames.cpp
|
|
SimpleExecutorDylibManager.cpp
|
|
SimpleExecutorMemoryManager.cpp
|
|
SimpleRemoteEPCServer.cpp
|
|
TargetExecutionUtils.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
|
|
|
LINK_LIBS
|
|
${LLVM_PTHREAD_LIB}
|
|
|
|
LINK_COMPONENTS
|
|
OrcShared
|
|
Support
|
|
)
|