[llvm] d2b3e86 - [gn build] Port 3d38a92c8a83

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 10:01:47 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-08-11T16:56:09Z
New Revision: d2b3e86321eaf954451e0a49534fa654dd67421e

URL: https://github.com/llvm/llvm-project/commit/d2b3e86321eaf954451e0a49534fa654dd67421e
DIFF: https://github.com/llvm/llvm-project/commit/d2b3e86321eaf954451e0a49534fa654dd67421e.diff

LOG: [gn build] Port 3d38a92c8a83

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 58cd59a7c941b..93c0f3c51fe89 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",
+    "NumericLiteralInfo.cpp",
     "ObjCPropertyAttributeOrderFixer.cpp",
     "QualifierAlignmentFixer.cpp",
     "SortJavaScriptImports.cpp",

diff  --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index b35061970c226..0b3f00c3f0518 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -37,6 +37,7 @@ unittest("FormatTests") {
     "MacroExpanderTest.cpp",
     "MatchFilePathTest.cpp",
     "NamespaceEndCommentsFixerTest.cpp",
+    "NumericLiteralInfoTest.cpp",
     "ObjCPropertyAttributeOrderFixerTest.cpp",
     "QualifierFixerTest.cpp",
     "SortImportsTestJS.cpp",


        


More information about the llvm-commits mailing list