File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ static_library("Orc") {
16
16
" CompileOnDemandLayer.cpp" ,
17
17
" CompileUtils.cpp" ,
18
18
" Core.cpp" ,
19
+ " DebugObjectManagerPlugin.cpp" ,
19
20
" DebugUtils.cpp" ,
20
21
" ExecutionUtils.cpp" ,
21
22
" IRCompileLayer.cpp" ,
@@ -34,6 +35,7 @@ static_library("Orc") {
34
35
" RTDyldObjectLinkingLayer.cpp" ,
35
36
" SpeculateAnalyses.cpp" ,
36
37
" Speculation.cpp" ,
38
+ " TPCDebugObjectRegistrar.cpp" ,
37
39
" TPCDynamicLibrarySearchGenerator.cpp" ,
38
40
" TPCEHFrameRegistrar.cpp" ,
39
41
" TPCIndirectionUtils.cpp" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ static_library("TargetProcess") {
5
5
" //llvm/lib/Support" ,
6
6
]
7
7
sources = [
8
+ " JITLoaderGDB.cpp" ,
8
9
" RegisterEHFrames.cpp" ,
9
10
" TargetExecutionUtils.cpp" ,
10
11
]
You can’t perform that action at this time.
0 commit comments