[llvm] ed4943d - [gn build] Port 332c4af35db9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 07:27:43 PST 2022


Author: LLVM GN Syncbot
Date: 2022-11-16T15:19:13Z
New Revision: ed4943d5606a60f602c70c941262d146d2038c7b

URL: https://github.com/llvm/llvm-project/commit/ed4943d5606a60f602c70c941262d146d2038c7b
DIFF: https://github.com/llvm/llvm-project/commit/ed4943d5606a60f602c70c941262d146d2038c7b.diff

LOG: [gn build] Port 332c4af35db9

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 34973f258956e..1b0b2c01db4bc 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -85,7 +85,6 @@ 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 3d869de7d290b..bf0379869e091 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -44,7 +44,6 @@ unittest("SupportTests") {
     "FileCollectorTest.cpp",
     "FileOutputBufferTest.cpp",
     "FileUtilitiesTest.cpp",
-    "FormatChkTest.cpp",
     "FormatVariadicTest.cpp",
     "GlobPatternTest.cpp",
     "HashBuilderTest.cpp",


        


More information about the llvm-commits mailing list