From d1b930c1fc80855fc10402377acae9dcc90031b8 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sun, 25 Dec 2022 02:55:37 +0000 Subject: [PATCH] [gn build] Port 46c94e5067b5 --- llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn | 1 + llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn index 2f0b673..841c129 100644 --- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn @@ -16,6 +16,7 @@ static_library("Format") { "Format.cpp", "FormatToken.cpp", "FormatTokenLexer.cpp", + "IntegerLiteralSeparatorFixer.cpp", "MacroCallReconstructor.cpp", "MacroExpander.cpp", "NamespaceEndCommentsFixer.cpp", diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn index f035b96..a8eb4d6 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn @@ -29,6 +29,7 @@ unittest("FormatTests") { "FormatTestTableGen.cpp", "FormatTestTextProto.cpp", "FormatTestVerilog.cpp", + "IntegerLiteralSeparatorTest.cpp", "MacroCallReconstructorTest.cpp", "MacroExpanderTest.cpp", "NamespaceEndCommentsFixerTest.cpp", -- 2.7.4