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 76d2f0f commit 520db34Copy full SHA for 520db34
llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn
@@ -5,6 +5,7 @@ static_library("lib") {
5
configs += [ "//llvm/utils/gn/build:lldb_code" ]
6
deps = [
7
"//lldb/source/API:liblldb",
8
+ "//lldb/source/Host",
9
"//llvm/lib/Option",
10
"//llvm/lib/Support",
11
]
@@ -14,7 +15,6 @@ static_library("lib") {
14
15
16
include_dirs = [ "." ]
17
- # FIXME: link in //lldb/source/Host on Win (and netbsd)
18
# FIXME: link in pthread
19
# FIXME: rpath/install_name stuff on macOS for framework on macOS
20
0 commit comments