aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
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",
]
}