File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ static_library("JITLink") {
2222 " COFFDirectiveParser.cpp" ,
2323 " COFFLinkGraphBuilder.cpp" ,
2424 " COFF_x86_64.cpp" ,
25- " CompactUnwindSupport.cpp" ,
2625 " DWARFRecordSectionSplitter.cpp" ,
2726 " EHFrameSupport.cpp" ,
2827 " ELF.cpp" ,
Original file line number Diff line number Diff line change @@ -68,6 +68,5 @@ static_library("Orc") {
6868 " Speculation.cpp" ,
6969 " TaskDispatch.cpp" ,
7070 " ThreadSafeModule.cpp" ,
71- " UnwindInfoRegistrationPlugin.cpp" ,
7271 ]
7372}
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ static_library("TargetProcess") {
1616 " SimpleExecutorMemoryManager.cpp" ,
1717 " SimpleRemoteEPCServer.cpp" ,
1818 " TargetExecutionUtils.cpp" ,
19- " UnwindInfoManager.cpp" ,
2019 ]
2120 if (current_os == " linux" ) {
2221 libs = [ " rt" ]
You can’t perform that action at this time.
0 commit comments