Skip to content

Commit e3c3cc5

Browse files
authored
Merge pull request #5357 from rudkx/sort-file-list
2 parents 9f1ada3 + a8ddd7c commit e3c3cc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/Sema/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
add_swift_library(swiftSema STATIC
2-
CodeSynthesis.cpp
3-
Constraint.cpp
4-
ConstraintGraph.cpp
5-
ConstraintLocator.cpp
6-
ConstraintSystem.cpp
72
CSApply.cpp
83
CSDiag.cpp
94
CSGen.cpp
105
CSRanking.cpp
116
CSSimplify.cpp
127
CSSolver.cpp
8+
CodeSynthesis.cpp
9+
Constraint.cpp
10+
ConstraintGraph.cpp
11+
ConstraintLocator.cpp
12+
ConstraintSystem.cpp
1313
DerivedConformanceEquatableHashable.cpp
1414
DerivedConformanceError.cpp
1515
DerivedConformanceRawRepresentable.cpp
@@ -23,10 +23,9 @@ add_swift_library(swiftSema STATIC
2323
PlaygroundTransform.cpp
2424
SourceLoader.cpp
2525
TypeCheckAttr.cpp
26+
TypeCheckCaptures.cpp
2627
TypeCheckConstraints.cpp
2728
TypeCheckDecl.cpp
28-
TypeChecker.cpp
29-
TypeCheckCaptures.cpp
3029
TypeCheckError.cpp
3130
TypeCheckExpr.cpp
3231
TypeCheckExprObjC.cpp
@@ -38,6 +37,7 @@ add_swift_library(swiftSema STATIC
3837
TypeCheckRequest.cpp
3938
TypeCheckStmt.cpp
4039
TypeCheckType.cpp
40+
TypeChecker.cpp
4141
LINK_LIBRARIES
4242
swiftParse
4343
swiftAST)

0 commit comments

Comments
 (0)