[llvm] 0fbb0ca - [gn build] Port d6d0dc1f4537
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 00:16:26 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-07-12T07:12:21Z
New Revision: 0fbb0ca81009d97b87ba536a674495e26630a9aa
URL: https://github.com/llvm/llvm-project/commit/0fbb0ca81009d97b87ba536a674495e26630a9aa
DIFF: https://github.com/llvm/llvm-project/commit/0fbb0ca81009d97b87ba536a674495e26630a9aa.diff
LOG: [gn build] Port d6d0dc1f4537
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 375129e235573..2f0b67381a891 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -16,6 +16,7 @@ static_library("Format") {
"Format.cpp",
"FormatToken.cpp",
"FormatTokenLexer.cpp",
+ "MacroCallReconstructor.cpp",
"MacroExpander.cpp",
"NamespaceEndCommentsFixer.cpp",
"QualifierAlignmentFixer.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index 17e6582657c73..688f8f63ed97c 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -26,6 +26,7 @@ unittest("FormatTests") {
"FormatTestTableGen.cpp",
"FormatTestTextProto.cpp",
"FormatTestVerilog.cpp",
+ "MacroCallReconstructorTest.cpp",
"MacroExpanderTest.cpp",
"NamespaceEndCommentsFixerTest.cpp",
"QualifierFixerTest.cpp",
More information about the llvm-commits
mailing list