Skip to content

Commit 15a699f

Browse files
committed
[gn build] Port 1a0e67d
1 parent 00fa3fb commit 15a699f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ static_library("Support") {
7474
"DebugCounter.cpp",
7575
"DeltaAlgorithm.cpp",
7676
"DivisionByConstantInfo.cpp",
77+
"DynamicAPInt.cpp",
7778
"ELFAttributeParser.cpp",
7879
"ELFAttributes.cpp",
7980
"Error.cpp",
@@ -128,6 +129,7 @@ static_library("Support") {
128129
"ScaledNumber.cpp",
129130
"ScopedPrinter.cpp",
130131
"Signposts.cpp",
132+
"SlowDynamicAPInt.cpp",
131133
"SmallPtrSet.cpp",
132134
"SmallVector.cpp",
133135
"SourceMgr.cpp",

llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ unittest("ADTTests") {
3333
"DenseSetTest.cpp",
3434
"DepthFirstIteratorTest.cpp",
3535
"DirectedGraphTest.cpp",
36+
"DynamicAPIntTest.cpp",
3637
"EditDistanceTest.cpp",
3738
"EnumeratedArrayTest.cpp",
3839
"EquivalenceClassesTest.cpp",

0 commit comments

Comments
 (0)