Skip to content

Commit d186228

Browse files
author
David Ungar
authored
Merge pull request #29721 from davidungar/move-file-only
[Incremental] Rename a file.
2 parents 9bfe1d2 + 6ff129c commit d186228

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/AST/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ add_swift_host_library(swiftAST STATIC
4444
Evaluator.cpp
4545
Expr.cpp
4646
FineGrainedDependencies.cpp
47-
FineGrainedDependenciesSourceFileDepGraphConstructor.cpp
4847
GenericEnvironment.cpp
4948
GenericSignature.cpp
5049
GenericSignatureBuilder.cpp
@@ -68,6 +67,7 @@ add_swift_host_library(swiftAST STATIC
6867
RequirementEnvironment.cpp
6968
SyntaxASTMap.cpp
7069
SILLayout.cpp
70+
SourceFileDepGraphConstructor.cpp
7171
Stmt.cpp
7272
SubstitutionMap.cpp
7373
SwiftNameTranslation.cpp

0 commit comments

Comments
 (0)