[llvm] 7ccc4ef - [gn build] Port c45a66ecd4cb
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 17:49:27 PST 2023
Author: LLVM GN Syncbot
Date: 2023-12-02T01:42:02Z
New Revision: 7ccc4ef55f9a4ebe381a980796e9c63220a48ab2
URL: https://github.com/llvm/llvm-project/commit/7ccc4ef55f9a4ebe381a980796e9c63220a48ab2
DIFF: https://github.com/llvm/llvm-project/commit/7ccc4ef55f9a4ebe381a980796e9c63220a48ab2.diff
LOG: [gn build] Port c45a66ecd4cb
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 841c12978d072e0..ecb96b36ea74dea 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -20,6 +20,7 @@ static_library("Format") {
"MacroCallReconstructor.cpp",
"MacroExpander.cpp",
"NamespaceEndCommentsFixer.cpp",
+ "ObjCPropertyAttributeOrderFixer.cpp",
"QualifierAlignmentFixer.cpp",
"SortJavaScriptImports.cpp",
"TokenAnalyzer.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index 18c817181d8a896..c34c11fc55c4a0b 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -36,6 +36,7 @@ unittest("FormatTests") {
"MacroCallReconstructorTest.cpp",
"MacroExpanderTest.cpp",
"NamespaceEndCommentsFixerTest.cpp",
+ "ObjCPropertyAttributeOrderFixerTest.cpp",
"QualifierFixerTest.cpp",
"SortImportsTestJS.cpp",
"SortImportsTestJava.cpp",
More information about the llvm-commits
mailing list