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") {
119119 " ScopedNoAliasAA.cpp" ,
120120 " StackLifetime.cpp" ,
121121 " StackSafetyAnalysis.cpp" ,
122+ " StaticDataProfileInfo.cpp" ,
122123 " StructuralHash.cpp" ,
123124 " SyntheticCountsUtils.cpp" ,
124125 " TFLiteUtils.cpp" ,
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ static_library("CodeGen") {
5656 " EarlyIfConversion.cpp" ,
5757 " EdgeBundles.cpp" ,
5858 " ExecutionDomainFix.cpp" ,
59- " ExpandLargeDivRem.cpp" ,
6059 " ExpandFp.cpp" ,
60+ " ExpandLargeDivRem.cpp" ,
6161 " ExpandMemCmp.cpp" ,
6262 " ExpandPostRAPseudos.cpp" ,
6363 " ExpandReductions.cpp" ,
@@ -229,6 +229,7 @@ static_library("CodeGen") {
229229 " StackMaps.cpp" ,
230230 " StackProtector.cpp" ,
231231 " StackSlotColoring.cpp" ,
232+ " StaticDataAnnotator.cpp" ,
232233 " StaticDataSplitter.cpp" ,
233234 " SwiftErrorValueTracking.cpp" ,
234235 " SwitchLoweringUtils.cpp" ,
You can’t perform that action at this time.
0 commit comments