[llvm] 1aed7fc - [gn build] Port a44ab1702539

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 12:06:31 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-09-23T19:01:30Z
New Revision: 1aed7fcf09ee11443c3e05f2ec3bd62a946dfdd9

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

LOG: [gn build] Port a44ab1702539

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 d79fffce51d1..a4c15b31fd11 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -17,6 +17,7 @@ static_library("Format") {
     "FormatTokenLexer.cpp",
     "MacroExpander.cpp",
     "NamespaceEndCommentsFixer.cpp",
+    "QualifierAlignmentFixer.cpp",
     "SortJavaScriptImports.cpp",
     "TokenAnalyzer.cpp",
     "TokenAnnotator.cpp",

diff  --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index b5632ce40b54..dda5a6ce65bb 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -26,6 +26,7 @@ unittest("FormatTests") {
     "FormatTestTextProto.cpp",
     "MacroExpanderTest.cpp",
     "NamespaceEndCommentsFixerTest.cpp",
+    "QualifierFixerTest.cpp",
     "SortImportsTestJS.cpp",
     "SortImportsTestJava.cpp",
     "SortIncludesTest.cpp",


        


More information about the llvm-commits mailing list