Skip to content

Commit 75838b8

Browse files
committed
[gn] port 12dee9d better
1 parent a50a013 commit 75838b8

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/lldb/source/Host

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ static_library("Host") {
5050
"common/UDPSocket.cpp",
5151
"common/XML.cpp",
5252
"common/ZipFileResolver.cpp",
53-
"posix/Support.cpp",
5453
]
5554

5655
if (lldb_enable_libedit) {
@@ -88,6 +87,7 @@ static_library("Host") {
8887
"posix/MainLoopPosix.cpp",
8988
"posix/PipePosix.cpp",
9089
"posix/ProcessLauncherPosixFork.cpp",
90+
"posix/Support.cpp",
9191
]
9292
}
9393

0 commit comments

Comments
 (0)