File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
llvm/examples/OrcV2Examples
LLJITWithGDBRegistrationListener
LLJITWithThinLTOSummaries Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
44 IRReader
55 JITLink
66 OrcJIT
7+ OrcTargetProcess
78 Support
89 nativecodegen
910 )
Original file line number Diff line number Diff line change 1717#include " llvm/ExecutionEngine/Orc/ExecutionUtils.h"
1818#include " llvm/ExecutionEngine/Orc/LLJIT.h"
1919#include " llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"
20+ #include " llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h"
2021#include " llvm/ExecutionEngine/SectionMemoryManager.h"
2122#include " llvm/Support/InitLLVM.h"
2223#include " llvm/Support/TargetSelect.h"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
33 Core
44 ExecutionEngine
55 OrcJIT
6+ OrcTargetProcess
67 Support
78 nativecodegen
89 )
Original file line number Diff line number Diff line change 3636#include " llvm/ExecutionEngine/Orc/ExecutionUtils.h"
3737#include " llvm/ExecutionEngine/Orc/LLJIT.h"
3838#include " llvm/ExecutionEngine/Orc/ThreadSafeModule.h"
39+ #include " llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h"
3940#include " llvm/IR/GlobalValue.h"
4041#include " llvm/IR/LLVMContext.h"
4142#include " llvm/IR/ModuleSummaryIndex.h"
You can’t perform that action at this time.
0 commit comments