summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2023-12-02 01:42:02 +0000
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2023-12-02 01:42:02 +0000
commit7ccc4ef55f9a4ebe381a980796e9c63220a48ab2 (patch)
tree1f3d5f79b64464325f74429c1d47a0aeeb51d742
parentc45a66ecd4cb8f351298ca987d6086cf02b77bfb (diff)
[gn build] Port c45a66ecd4cb
-rw-r--r--llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn1
-rw-r--r--llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
index 841c12978d07..ecb96b36ea74 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 18c817181d8a..c34c11fc55c4 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",