[llvm] defbd5b - [gn build] Port 90670b5ca890

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 26 16:27:10 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-08-26T23:20:00Z
New Revision: defbd5b60c6c80431cc3fc2a53b5838bb633dea0

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

LOG: [gn build] Port 90670b5ca890

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 58ab4a55d4a56..df57705bfecf8 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -176,6 +176,7 @@ static_library("Support") {
     "circular_raw_ostream.cpp",
     "raw_os_ostream.cpp",
     "raw_ostream.cpp",
+    "raw_ostream_proxy.cpp",
     "raw_socket_stream.cpp",
     "regcomp.c",
     "regerror.c",

diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
index bcb85354d0bcb..c5300b4bbfd8f 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -113,6 +113,7 @@ unittest("SupportTests") {
     "buffer_ostream_test.cpp",
     "formatted_raw_ostream_test.cpp",
     "raw_fd_stream_test.cpp",
+    "raw_ostream_proxy_test.cpp",
     "raw_ostream_test.cpp",
     "raw_pwrite_stream_test.cpp",
     "raw_sha1_ostream_test.cpp",


        


More information about the llvm-commits mailing list