From: LLVM GN Syncbot Date: Thu, 23 Sep 2021 19:01:30 +0000 (+0000) Subject: [gn build] Port a44ab1702539 X-Git-Tag: upstream/15.0.7~30696 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1aed7fcf09ee11443c3e05f2ec3bd62a946dfdd9;p=platform%2Fupstream%2Fllvm.git [gn build] Port a44ab1702539 --- 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",