[llvm] 51b988e - [gn build] Port 8f9803b5ab0b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 24 01:11:37 PST 2023


Author: LLVM GN Syncbot
Date: 2023-12-24T09:05:28Z
New Revision: 51b988efb06f0343e7b71c9aec9ec3195412179d

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

LOG: [gn build] Port 8f9803b5ab0b

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 ecb96b36ea74de..58cd59a7c941b0 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -19,6 +19,7 @@ static_library("Format") {
     "IntegerLiteralSeparatorFixer.cpp",
     "MacroCallReconstructor.cpp",
     "MacroExpander.cpp",
+    "MatchFilePath.cpp",
     "NamespaceEndCommentsFixer.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 c34c11fc55c4a0..b35061970c2264 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -35,6 +35,7 @@ unittest("FormatTests") {
     "IntegerLiteralSeparatorTest.cpp",
     "MacroCallReconstructorTest.cpp",
     "MacroExpanderTest.cpp",
+    "MatchFilePathTest.cpp",
     "NamespaceEndCommentsFixerTest.cpp",
     "ObjCPropertyAttributeOrderFixerTest.cpp",
     "QualifierFixerTest.cpp",


        


More information about the llvm-commits mailing list