1add_llvm_component_library(LLVMOrcTargetProcess
2  ExecutorSharedMemoryMapperService.cpp
3  JITLoaderGDB.cpp
4  OrcRTBootstrap.cpp
5  RegisterEHFrames.cpp
6  SimpleExecutorDylibManager.cpp
7  SimpleExecutorMemoryManager.cpp
8  SimpleRemoteEPCServer.cpp
9  TargetExecutionUtils.cpp
10
11  ADDITIONAL_HEADER_DIRS
12  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
13
14  LINK_LIBS
15  ${LLVM_PTHREAD_LIB}
16
17  LINK_COMPONENTS
18  OrcShared
19  Support
20  )
21