1 add_llvm_component_library(LLVMOrcJIT
2 CompileOnDemandLayer.cpp
5 DebugObjectManagerPlugin.cpp
6 DebuggerSupportPlugin.cpp
8 EPCDynamicLibrarySearchGenerator.cpp
9 EPCDebugObjectRegistrar.cpp
10 EPCEHFrameRegistrar.cpp
11 EPCGenericDylibManager.cpp
12 EPCGenericJITLinkMemoryManager.cpp
13 EPCGenericRTDyldMemoryManager.cpp
14 EPCIndirectionUtils.cpp
16 ObjectFileInterface.cpp
20 JITTargetMachineBuilder.cpp
23 LookupAndRecordAddrs.cpp
28 ObjectLinkingLayer.cpp
29 ObjectTransformLayer.cpp
32 RTDyldObjectLinkingLayer.cpp
36 ExecutorProcessControl.cpp
39 ADDITIONAL_HEADER_DIRS
40 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
64 add_subdirectory(Shared)
65 add_subdirectory(TargetProcess)
67 target_link_libraries(LLVMOrcJIT