[gn build] Port 89aad1e6a397
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sun, 1 Jan 2023 01:57:45 +0000 (01:57 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sun, 1 Jan 2023 01:57:45 +0000 (01:57 +0000)
llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn

index 2f0b673..841c129 100644 (file)
@@ -16,6 +16,7 @@ static_library("Format") {
     "Format.cpp",
     "FormatToken.cpp",
     "FormatTokenLexer.cpp",
+    "IntegerLiteralSeparatorFixer.cpp",
     "MacroCallReconstructor.cpp",
     "MacroExpander.cpp",
     "NamespaceEndCommentsFixer.cpp",
index f035b96..a8eb4d6 100644 (file)
@@ -29,6 +29,7 @@ unittest("FormatTests") {
     "FormatTestTableGen.cpp",
     "FormatTestTextProto.cpp",
     "FormatTestVerilog.cpp",
+    "IntegerLiteralSeparatorTest.cpp",
     "MacroCallReconstructorTest.cpp",
     "MacroExpanderTest.cpp",
     "NamespaceEndCommentsFixerTest.cpp",