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
4
4
IRReader
5
5
JITLink
6
6
OrcJIT
7
+ OrcTargetProcess
7
8
Support
8
9
nativecodegen
9
10
)
Original file line number Diff line number Diff line change 17
17
#include " llvm/ExecutionEngine/Orc/ExecutionUtils.h"
18
18
#include " llvm/ExecutionEngine/Orc/LLJIT.h"
19
19
#include " llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"
20
+ #include " llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h"
20
21
#include " llvm/ExecutionEngine/SectionMemoryManager.h"
21
22
#include " llvm/Support/InitLLVM.h"
22
23
#include " llvm/Support/TargetSelect.h"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
3
3
Core
4
4
ExecutionEngine
5
5
OrcJIT
6
+ OrcTargetProcess
6
7
Support
7
8
nativecodegen
8
9
)
Original file line number Diff line number Diff line change 36
36
#include " llvm/ExecutionEngine/Orc/ExecutionUtils.h"
37
37
#include " llvm/ExecutionEngine/Orc/LLJIT.h"
38
38
#include " llvm/ExecutionEngine/Orc/ThreadSafeModule.h"
39
+ #include " llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h"
39
40
#include " llvm/IR/GlobalValue.h"
40
41
#include " llvm/IR/LLVMContext.h"
41
42
#include " llvm/IR/ModuleSummaryIndex.h"
You can’t perform that action at this time.
0 commit comments