Skip to content

Commit 51b988e

Browse files
committed
[gn build] Port 8f9803b
1 parent 8f9803b commit 51b988e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ static_library("Format") {
1919
"IntegerLiteralSeparatorFixer.cpp",
2020
"MacroCallReconstructor.cpp",
2121
"MacroExpander.cpp",
22+
"MatchFilePath.cpp",
2223
"NamespaceEndCommentsFixer.cpp",
2324
"ObjCPropertyAttributeOrderFixer.cpp",
2425
"QualifierAlignmentFixer.cpp",

llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ unittest("FormatTests") {
3535
"IntegerLiteralSeparatorTest.cpp",
3636
"MacroCallReconstructorTest.cpp",
3737
"MacroExpanderTest.cpp",
38+
"MatchFilePathTest.cpp",
3839
"NamespaceEndCommentsFixerTest.cpp",
3940
"ObjCPropertyAttributeOrderFixerTest.cpp",
4041
"QualifierFixerTest.cpp",

0 commit comments

Comments
 (0)