We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50a013 commit 75838b8Copy full SHA for 75838b8
llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
@@ -50,7 +50,6 @@ static_library("Host") {
50
"common/UDPSocket.cpp",
51
"common/XML.cpp",
52
"common/ZipFileResolver.cpp",
53
- "posix/Support.cpp",
54
]
55
56
if (lldb_enable_libedit) {
@@ -88,6 +87,7 @@ static_library("Host") {
88
87
"posix/MainLoopPosix.cpp",
89
"posix/PipePosix.cpp",
90
"posix/ProcessLauncherPosixFork.cpp",
+ "posix/Support.cpp",
91
92
}
93
0 commit comments