summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2022-01-03 20:50:31 +0000
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2022-01-03 20:50:31 +0000
commita361320d75ad51fcca6522dc6caa4673457d6ea7 (patch)
treed2f001dd5daab14d2de26c80bfba2c3f5decb380
parent6f6f88ffdae1e12e5f950ef418827a77a55c09c7 (diff)
downloadllvm-a361320d75ad51fcca6522dc6caa4673457d6ea7.tar.gz
[gn build] Port 6f6f88ffdae1
-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 a4c15b31fd11..375129e23557 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -12,6 +12,7 @@ static_library("Format") {
"AffectedRangeManager.cpp",
"BreakableToken.cpp",
"ContinuationIndenter.cpp",
+ "DefinitionBlockSeparator.cpp",
"Format.cpp",
"FormatToken.cpp",
"FormatTokenLexer.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index dda5a6ce65bb..c5ea4691750b 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -12,6 +12,7 @@ unittest("FormatTests") {
]
sources = [
"CleanupTest.cpp",
+ "DefinitionBlockSeparatorTest.cpp",
"FormatTest.cpp",
"FormatTestCSharp.cpp",
"FormatTestComments.cpp",