[llvm] d1b930c - [gn build] Port 46c94e5067b5
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 24 19:01:03 PST 2022
Author: LLVM GN Syncbot
Date: 2022-12-25T02:55:37Z
New Revision: d1b930c1fc80855fc10402377acae9dcc90031b8
URL: https://github.com/llvm/llvm-project/commit/d1b930c1fc80855fc10402377acae9dcc90031b8
DIFF: https://github.com/llvm/llvm-project/commit/d1b930c1fc80855fc10402377acae9dcc90031b8.diff
LOG: [gn build] Port 46c94e5067b5
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
index 2f0b67381a891..841c12978d072 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 f035b96c2426c..a8eb4d6d2ccdc 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",
More information about the llvm-commits
mailing list