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") {
22
22
" COFFDirectiveParser.cpp" ,
23
23
" COFFLinkGraphBuilder.cpp" ,
24
24
" COFF_x86_64.cpp" ,
25
+ " CompactUnwindSupport.cpp" ,
25
26
" DWARFRecordSectionSplitter.cpp" ,
26
27
" EHFrameSupport.cpp" ,
27
28
" ELF.cpp" ,
Original file line number Diff line number Diff line change @@ -68,5 +68,6 @@ static_library("Orc") {
68
68
" Speculation.cpp" ,
69
69
" TaskDispatch.cpp" ,
70
70
" ThreadSafeModule.cpp" ,
71
+ " UnwindInfoRegistrationPlugin.cpp" ,
71
72
]
72
73
}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ static_library("TargetProcess") {
16
16
" SimpleExecutorMemoryManager.cpp" ,
17
17
" SimpleRemoteEPCServer.cpp" ,
18
18
" TargetExecutionUtils.cpp" ,
19
+ " UnwindInfoManager.cpp" ,
19
20
]
20
21
if (current_os == " linux" ) {
21
22
libs = [ " rt" ]
You can’t perform that action at this time.
0 commit comments