[llvm] 9112567 - [gn build] Port e336b74c995
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 05:17:02 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-09-25T12:13:19Z
New Revision: 9112567bbd1f479599e389ef9f45f820a1eab59c
URL: https://github.com/llvm/llvm-project/commit/9112567bbd1f479599e389ef9f45f820a1eab59c
DIFF: https://github.com/llvm/llvm-project/commit/9112567bbd1f479599e389ef9f45f820a1eab59c.diff
LOG: [gn build] Port e336b74c995
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 e08c92312df0..d79fffce51d1 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -15,6 +15,7 @@ static_library("Format") {
"Format.cpp",
"FormatToken.cpp",
"FormatTokenLexer.cpp",
+ "MacroExpander.cpp",
"NamespaceEndCommentsFixer.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 5125580aec7e..6a7ea2487a92 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -23,6 +23,7 @@ unittest("FormatTests") {
"FormatTestSelective.cpp",
"FormatTestTableGen.cpp",
"FormatTestTextProto.cpp",
+ "MacroExpanderTest.cpp",
"NamespaceEndCommentsFixerTest.cpp",
"SortImportsTestJS.cpp",
"SortImportsTestJava.cpp",
More information about the llvm-commits
mailing list