File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ static_library("CodeGen") {
116
116
" MachineSSAUpdater.cpp" ,
117
117
" MachineScheduler.cpp" ,
118
118
" MachineSink.cpp" ,
119
+ " MachineSizeOpts.cpp" ,
119
120
" MachineTraceMetrics.cpp" ,
120
121
" MachineVerifier.cpp" ,
121
122
" MacroFusion.cpp" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ unittest("CodeGenTests") {
20
20
" MachineInstrBundleIteratorTest.cpp" ,
21
21
" MachineInstrTest.cpp" ,
22
22
" MachineOperandTest.cpp" ,
23
+ " MachineSizeOptsTest.cpp" ,
23
24
" ScalableVectorMVTsTest.cpp" ,
24
25
" TargetOptionsTest.cpp" ,
25
26
" TypeTraitsTest.cpp" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ unittest("UtilsTests") {
17
17
" IntegerDivisionTest.cpp" ,
18
18
" LocalTest.cpp" ,
19
19
" SSAUpdaterBulkTest.cpp" ,
20
+ " SizeOptsTest.cpp" ,
20
21
" UnrollLoopTest.cpp" ,
21
22
" ValueMapperTest.cpp" ,
22
23
]
You can’t perform that action at this time.
0 commit comments