Skip to content

Commit 520db34

Browse files
committed
[gn] Make lldb-dap depend on lldbHost
Matches CMake, and is apparently needed on Windows now.
1 parent 76d2f0f commit 520db34

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/lldb/tools/lldb-dap

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ static_library("lib") {
55
configs += [ "//llvm/utils/gn/build:lldb_code" ]
66
deps = [
77
"//lldb/source/API:liblldb",
8+
"//lldb/source/Host",
89
"//llvm/lib/Option",
910
"//llvm/lib/Support",
1011
]
@@ -14,7 +15,6 @@ static_library("lib") {
1415

1516
include_dirs = [ "." ]
1617

17-
# FIXME: link in //lldb/source/Host on Win (and netbsd)
1818
# FIXME: link in pthread
1919
# FIXME: rpath/install_name stuff on macOS for framework on macOS
2020

0 commit comments

Comments
 (0)