File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ static_library("Basic") {
55
55
" ExpressionTraits.cpp" ,
56
56
" FileManager.cpp" ,
57
57
" FileSystemStatCache.cpp" ,
58
- " FixedPoint.cpp" ,
59
58
" IdentifierTable.cpp" ,
60
59
" LangOptions.cpp" ,
61
60
" LangStandards.cpp" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ unittest("BasicTests") {
11
11
" CharInfoTest.cpp" ,
12
12
" DiagnosticTest.cpp" ,
13
13
" FileManagerTest.cpp" ,
14
- " FixedPointTest.cpp" ,
15
14
" SourceManagerTest.cpp" ,
16
15
]
17
16
}
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ static_library("Support") {
34
34
" AArch64TargetParser.cpp" ,
35
35
" ABIBreak.cpp" ,
36
36
" AMDGPUMetadata.cpp" ,
37
+ " APFixedPoint.cpp" ,
37
38
" APFloat.cpp" ,
38
39
" APInt.cpp" ,
39
40
" APSInt.cpp" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ unittest("ADTTests") {
10
10
" //llvm/lib/Testing/Support" ,
11
11
]
12
12
sources = [
13
+ " APFixedPointTest.cpp" ,
13
14
" APFloatTest.cpp" ,
14
15
" APIntTest.cpp" ,
15
16
" APSIntTest.cpp" ,
You can’t perform that action at this time.
0 commit comments