File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
llvm/utils/gn/secondary/llvm/lib Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ static_library("Analysis") {
37
37
" ConstantFolding.cpp" ,
38
38
" ConstraintSystem.cpp" ,
39
39
" CostModel.cpp" ,
40
+ " CycleAnalysis.cpp" ,
40
41
" DDG.cpp" ,
41
42
" DDGPrinter.cpp" ,
42
43
" Delinearization.cpp" ,
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ static_library("CodeGen") {
107
107
" MachineCheckDebugify.cpp" ,
108
108
" MachineCombiner.cpp" ,
109
109
" MachineCopyPropagation.cpp" ,
110
+ " MachineCycleAnalysis.cpp" ,
110
111
" MachineDebugify.cpp" ,
111
112
" MachineDominanceFrontier.cpp" ,
112
113
" MachineDominators.cpp" ,
@@ -131,6 +132,7 @@ static_library("CodeGen") {
131
132
" MachinePostDominators.cpp" ,
132
133
" MachineRegionInfo.cpp" ,
133
134
" MachineRegisterInfo.cpp" ,
135
+ " MachineSSAContext.cpp" ,
134
136
" MachineSSAUpdater.cpp" ,
135
137
" MachineScheduler.cpp" ,
136
138
" MachineSink.cpp" ,
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ static_library("IR") {
66
66
" ProfileSummary.cpp" ,
67
67
" PseudoProbe.cpp" ,
68
68
" ReplaceConstant.cpp" ,
69
+ " SSAContext.cpp" ,
69
70
" SafepointIRVerifier.cpp" ,
70
71
" Statepoint.cpp" ,
71
72
" StructuralHash.cpp" ,
You can’t perform that action at this time.
0 commit comments