[llvm] a361320 - [gn build] Port 6f6f88ffdae1
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 3 12:55:36 PST 2022
Author: LLVM GN Syncbot
Date: 2022-01-03T20:50:31Z
New Revision: a361320d75ad51fcca6522dc6caa4673457d6ea7
URL: https://github.com/llvm/llvm-project/commit/a361320d75ad51fcca6522dc6caa4673457d6ea7
DIFF: https://github.com/llvm/llvm-project/commit/a361320d75ad51fcca6522dc6caa4673457d6ea7.diff
LOG: [gn build] Port 6f6f88ffdae1
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 a4c15b31fd11f..375129e235573 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 dda5a6ce65bbc..c5ea4691750b0 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",
More information about the llvm-commits
mailing list