Skip to content

Commit 4324f23

Browse files
committed
[gn build] Port c8a70f4
1 parent 27b53e9 commit 4324f23

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)