File tree 3 files changed +0
-3
lines changed
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ static_library("JITLink") {
22
22
" COFFDirectiveParser.cpp" ,
23
23
" COFFLinkGraphBuilder.cpp" ,
24
24
" COFF_x86_64.cpp" ,
25
- " CompactUnwindSupport.cpp" ,
26
25
" DWARFRecordSectionSplitter.cpp" ,
27
26
" EHFrameSupport.cpp" ,
28
27
" ELF.cpp" ,
Original file line number Diff line number Diff line change @@ -68,6 +68,5 @@ static_library("Orc") {
68
68
" Speculation.cpp" ,
69
69
" TaskDispatch.cpp" ,
70
70
" ThreadSafeModule.cpp" ,
71
- " UnwindInfoRegistrationPlugin.cpp" ,
72
71
]
73
72
}
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ static_library("TargetProcess") {
16
16
" SimpleExecutorMemoryManager.cpp" ,
17
17
" SimpleRemoteEPCServer.cpp" ,
18
18
" TargetExecutionUtils.cpp" ,
19
- " UnwindInfoManager.cpp" ,
20
19
]
21
20
if (current_os == " linux" ) {
22
21
libs = [ " rt" ]
You can’t perform that action at this time.
0 commit comments