Skip to content

Commit 8954f3c

Browse files
committed
Rename the two Verifier.cpp files to ASTVerifier.cpp and SIL/SILVerifier.cpp
This makes open quickly and lldb file/line breakpoints happier. NFC.
1 parent e35e30a commit 8954f3c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

lib/AST/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ add_swift_library(swiftAST
44
ASTDumper.cpp
55
ASTNode.cpp
66
ASTPrinter.cpp
7+
ASTVerifier.cpp
78
ASTWalker.cpp
89
Attr.cpp
910
Availability.cpp
@@ -39,7 +40,6 @@ add_swift_library(swiftAST
3940
TypeRepr.cpp
4041
TypeWalker.cpp
4142
USRGeneration.cpp
42-
Verifier.cpp
4343
LINK_LIBRARIES
4444
swiftMarkup
4545
swiftBasic

lib/SIL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ add_swift_library(swiftSIL
1818
SILModule.cpp
1919
SILPrinter.cpp
2020
SILSuccessor.cpp
21+
SILVerifier.cpp
2122
SILVTable.cpp
2223
SILWitnessTable.cpp
2324
TypeLowering.cpp
24-
Verifier.cpp
2525
SILType.cpp
2626
SILValue.cpp
2727
SILDeclRef.cpp
File renamed without changes.

0 commit comments

Comments
 (0)