[llvm] fa1fe11 - [gn build] Port d1bb8d6a5c4a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 28 22:54:16 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-04-29T05:54:01Z
New Revision: fa1fe11e38db742c4114a8b6aac9caa351f2409c

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

LOG: [gn build] Port d1bb8d6a5c4a

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
index 021386f5f55e1..1df45f3ed5ee8 100644
--- a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
@@ -49,6 +49,7 @@ static_library("Host") {
     "common/UDPSocket.cpp",
     "common/XML.cpp",
     "common/ZipFileResolver.cpp",
+    "posix/Support.cpp",
   ]
 
   if (lldb_enable_libedit) {


        


More information about the llvm-commits mailing list