File tree 2 files changed +3
-0
lines changed
llvm/utils/gn/secondary/llvm
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ static_library("Support") {
74
74
" DebugCounter.cpp" ,
75
75
" DeltaAlgorithm.cpp" ,
76
76
" DivisionByConstantInfo.cpp" ,
77
+ " DynamicAPInt.cpp" ,
77
78
" ELFAttributeParser.cpp" ,
78
79
" ELFAttributes.cpp" ,
79
80
" Error.cpp" ,
@@ -128,6 +129,7 @@ static_library("Support") {
128
129
" ScaledNumber.cpp" ,
129
130
" ScopedPrinter.cpp" ,
130
131
" Signposts.cpp" ,
132
+ " SlowDynamicAPInt.cpp" ,
131
133
" SmallPtrSet.cpp" ,
132
134
" SmallVector.cpp" ,
133
135
" SourceMgr.cpp" ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ unittest("ADTTests") {
33
33
" DenseSetTest.cpp" ,
34
34
" DepthFirstIteratorTest.cpp" ,
35
35
" DirectedGraphTest.cpp" ,
36
+ " DynamicAPIntTest.cpp" ,
36
37
" EditDistanceTest.cpp" ,
37
38
" EnumeratedArrayTest.cpp" ,
38
39
" EquivalenceClassesTest.cpp" ,
You can’t perform that action at this time.
0 commit comments