Skip to content

Commit 9d19105

Browse files
committed
[lldb][bazel] Port d0e37d9
1 parent a3093e5 commit 9d19105

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/bazel/llvm-project-overlay/lldb/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,12 +1060,13 @@ gentbl_cc_library(
10601060
cc_binary(
10611061
name = "lldb-dap",
10621062
srcs = glob([
1063-
"tools/lldb-dap/*.cpp",
1064-
"tools/lldb-dap/*.h",
1063+
"tools/lldb-dap/**/*.cpp",
1064+
"tools/lldb-dap/**/*.h",
10651065
]),
10661066
additional_linker_inputs = [
10671067
":lldb-dap-plist",
10681068
],
1069+
includes = ["tools/lldb-dap"],
10691070
linkopts = select({
10701071
"@platforms//os:macos": [
10711072
"-Wl,-sectcreate,__TEXT,__info_plist,$(location :lldb-dap-plist)",

0 commit comments

Comments
 (0)