File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
llvm/utils/gn/secondary/llvm/lib Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ static_library("Analysis") {
119
119
" ScopedNoAliasAA.cpp" ,
120
120
" StackLifetime.cpp" ,
121
121
" StackSafetyAnalysis.cpp" ,
122
+ " StaticDataProfileInfo.cpp" ,
122
123
" StructuralHash.cpp" ,
123
124
" SyntheticCountsUtils.cpp" ,
124
125
" TFLiteUtils.cpp" ,
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ static_library("CodeGen") {
56
56
" EarlyIfConversion.cpp" ,
57
57
" EdgeBundles.cpp" ,
58
58
" ExecutionDomainFix.cpp" ,
59
- " ExpandLargeDivRem.cpp" ,
60
59
" ExpandFp.cpp" ,
60
+ " ExpandLargeDivRem.cpp" ,
61
61
" ExpandMemCmp.cpp" ,
62
62
" ExpandPostRAPseudos.cpp" ,
63
63
" ExpandReductions.cpp" ,
@@ -229,6 +229,7 @@ static_library("CodeGen") {
229
229
" StackMaps.cpp" ,
230
230
" StackProtector.cpp" ,
231
231
" StackSlotColoring.cpp" ,
232
+ " StaticDataAnnotator.cpp" ,
232
233
" StaticDataSplitter.cpp" ,
233
234
" SwiftErrorValueTracking.cpp" ,
234
235
" SwitchLoweringUtils.cpp" ,
You can’t perform that action at this time.
0 commit comments