Skip to content

Commit 1e48ed3

Browse files
committed
[gn build] Port 89aad1e
1 parent 89aad1e commit 1e48ed3

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
@@ -16,6 +16,7 @@ static_library("Format") {
1616
"Format.cpp",
1717
"FormatToken.cpp",
1818
"FormatTokenLexer.cpp",
19+
"IntegerLiteralSeparatorFixer.cpp",
1920
"MacroCallReconstructor.cpp",
2021
"MacroExpander.cpp",
2122
"NamespaceEndCommentsFixer.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ unittest("FormatTests") {
2929
"FormatTestTableGen.cpp",
3030
"FormatTestTextProto.cpp",
3131
"FormatTestVerilog.cpp",
32+
"IntegerLiteralSeparatorTest.cpp",
3233
"MacroCallReconstructorTest.cpp",
3334
"MacroExpanderTest.cpp",
3435
"NamespaceEndCommentsFixerTest.cpp",

0 commit comments

Comments
 (0)