[llvm] f6a6f35 - [gn build] Port cf239c2f1777
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 2 14:10:34 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-11-02T21:01:56Z
New Revision: f6a6f35d1b3fd8df48b4d6687a9933943b4c9df8
URL: https://github.com/llvm/llvm-project/commit/f6a6f35d1b3fd8df48b4d6687a9933943b4c9df8
DIFF: https://github.com/llvm/llvm-project/commit/f6a6f35d1b3fd8df48b4d6687a9933943b4c9df8.diff
LOG: [gn build] Port cf239c2f1777
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index b5a393afda93a..397b309d524bb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -84,6 +84,7 @@ static_library("Support") {
"FileOutputBuffer.cpp",
"FileUtilities.cpp",
"FoldingSet.cpp",
+ "Format.cpp",
"FormatVariadic.cpp",
"FormattedStream.cpp",
"GlobPattern.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
index 4766c00f8c85d..619020ca8c43d 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -44,6 +44,7 @@ unittest("SupportTests") {
"FileCollectorTest.cpp",
"FileOutputBufferTest.cpp",
"FileUtilitiesTest.cpp",
+ "FormatChkTest.cpp",
"FormatVariadicTest.cpp",
"GlobPatternTest.cpp",
"HashBuilderTest.cpp",
More information about the llvm-commits
mailing list