[llvm] 3d5db75 - [gn build] Port f0756e086010
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 25 13:12:30 PST 2022
Author: LLVM GN Syncbot
Date: 2022-12-25T21:05:12Z
New Revision: 3d5db75788b564190614f747b4cb0920a9bcdf72
URL: https://github.com/llvm/llvm-project/commit/3d5db75788b564190614f747b4cb0920a9bcdf72
DIFF: https://github.com/llvm/llvm-project/commit/3d5db75788b564190614f747b4cb0920a9bcdf72.diff
LOG: [gn build] Port f0756e086010
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 841c12978d072..2f0b67381a891 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -16,7 +16,6 @@ static_library("Format") {
"Format.cpp",
"FormatToken.cpp",
"FormatTokenLexer.cpp",
- "IntegerLiteralSeparatorFixer.cpp",
"MacroCallReconstructor.cpp",
"MacroExpander.cpp",
"NamespaceEndCommentsFixer.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index a8eb4d6d2ccdc..f035b96c2426c 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -29,7 +29,6 @@ unittest("FormatTests") {
"FormatTestTableGen.cpp",
"FormatTestTextProto.cpp",
"FormatTestVerilog.cpp",
- "IntegerLiteralSeparatorTest.cpp",
"MacroCallReconstructorTest.cpp",
"MacroExpanderTest.cpp",
"NamespaceEndCommentsFixerTest.cpp",
More information about the llvm-commits
mailing list