[llvm] 01d85e7 - [gn build] Port 220d705d2189d
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 13:42:50 PDT 2025
Author: Peter Collingbourne
Date: 2025-09-12T13:42:00-07:00
New Revision: 01d85e73d9711315b59ca3c80f894ab314d2c055
URL: https://github.com/llvm/llvm-project/commit/01d85e73d9711315b59ca3c80f894ab314d2c055
DIFF: https://github.com/llvm/llvm-project/commit/01d85e73d9711315b59ca3c80f894ab314d2c055.diff
LOG: [gn build] Port 220d705d2189d
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 93c0f3c51fe89..57e9300159971 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -21,6 +21,7 @@ static_library("Format") {
"MacroExpander.cpp",
"MatchFilePath.cpp",
"NamespaceEndCommentsFixer.cpp",
+ "NumericLiteralCaseFixer.cpp",
"NumericLiteralInfo.cpp",
"ObjCPropertyAttributeOrderFixer.cpp",
"QualifierAlignmentFixer.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index 88521a8e59da2..c501f121df4a8 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -38,6 +38,7 @@ unittest("FormatTests") {
"MacroExpanderTest.cpp",
"MatchFilePathTest.cpp",
"NamespaceEndCommentsFixerTest.cpp",
+ "NumericLiteralCaseTest.cpp",
"NumericLiteralInfoTest.cpp",
"ObjCPropertyAttributeOrderFixerTest.cpp",
"QualifierFixerTest.cpp",
More information about the llvm-commits
mailing list