From 75838b818bdbc14fc41f901b4e60821647009cf3 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 6 Aug 2025 10:44:50 -0400 Subject: [gn] port 12dee9d3cd76 better --- llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn index a232ea4..10c5f95 100644 --- a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn +++ b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn @@ -50,7 +50,6 @@ static_library("Host") { "common/UDPSocket.cpp", "common/XML.cpp", "common/ZipFileResolver.cpp", - "posix/Support.cpp", ] if (lldb_enable_libedit) { @@ -88,6 +87,7 @@ static_library("Host") { "posix/MainLoopPosix.cpp", "posix/PipePosix.cpp", "posix/ProcessLauncherPosixFork.cpp", + "posix/Support.cpp", ] } -- cgit v1.1