We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8498a09 commit 7bcbdc5Copy full SHA for 7bcbdc5
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -34,6 +34,7 @@ static_library("Orc") {
34
"EPCIndirectionUtils.cpp",
35
"ExecutionUtils.cpp",
36
"ExecutorProcessControl.cpp",
37
+ "ExecutorResolutionGenerator.cpp",
38
"GetDylibInterface.cpp",
39
"IRCompileLayer.cpp",
40
"IRPartitionLayer.cpp",
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/BUILD.gn
@@ -7,6 +7,7 @@ static_library("TargetProcess") {
7
]
8
sources = [
9
"DefaultHostBootstrapValues.cpp",
10
+ "ExecutorResolver.cpp",
11
"ExecutorSharedMemoryMapperService.cpp",
12
"JITLoaderGDB.cpp",
13
"JITLoaderPerf.cpp",
0 commit comments