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