From 1aed7fcf09ee11443c3e05f2ec3bd62a946dfdd9 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 23 Sep 2021 19:01:30 +0000 Subject: [PATCH] [gn build] Port a44ab1702539 --- llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn | 1 + llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn | 1 + 2 files changed, 2 insertions(+) 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",