[llvm] 47db1e2 - [gn build] Port c0d5d36dda04

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 17:30:34 PST 2023


Author: LLVM GN Syncbot
Date: 2023-12-19T01:24:18Z
New Revision: 47db1e2ab9541dd94a75d5812cdbad6c3c3d7a42

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

LOG: [gn build] Port c0d5d36dda04

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/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 8f8b056ef0faeb..472c3e43033252 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -155,6 +155,7 @@ static_library("Support") {
     "circular_raw_ostream.cpp",
     "raw_os_ostream.cpp",
     "raw_ostream.cpp",
+    "raw_socket_stream.cpp",
     "regcomp.c",
     "regerror.c",
     "regexec.c",


        


More information about the llvm-commits mailing list