File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ static_library("Orc") {
18
18
" Core.cpp" ,
19
19
" DebugObjectManagerPlugin.cpp" ,
20
20
" DebugUtils.cpp" ,
21
+ " EPCDebugObjectRegistrar.cpp" ,
22
+ " EPCDynamicLibrarySearchGenerator.cpp" ,
23
+ " EPCEHFrameRegistrar.cpp" ,
24
+ " EPCIndirectionUtils.cpp" ,
21
25
" ExecutionUtils.cpp" ,
26
+ " ExecutorProcessControl.cpp" ,
22
27
" IRCompileLayer.cpp" ,
23
28
" IRTransformLayer.cpp" ,
24
29
" IndirectionUtils.cpp" ,
@@ -35,11 +40,6 @@ static_library("Orc") {
35
40
" RTDyldObjectLinkingLayer.cpp" ,
36
41
" SpeculateAnalyses.cpp" ,
37
42
" Speculation.cpp" ,
38
- " TPCDebugObjectRegistrar.cpp" ,
39
- " TPCDynamicLibrarySearchGenerator.cpp" ,
40
- " TPCEHFrameRegistrar.cpp" ,
41
- " TPCIndirectionUtils.cpp" ,
42
- " TargetProcessControl.cpp" ,
43
43
" ThreadSafeModule.cpp" ,
44
44
]
45
45
}
You can’t perform that action at this time.
0 commit comments