Skip to content

Commit 953fe5c

Browse files
committed
Fix bazel build caused by llvm#165925
1 parent 40a042e commit 953fe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ gentbl_cc_library(
10511051
strip_include_prefix = "tools/lldb-dap",
10521052
tbl_outs = {"tools/lldb-dap/Options.inc": ["-gen-opt-parser-defs"]},
10531053
tblgen = "//llvm:llvm-tblgen",
1054-
td_file = "tools/lldb-dap/Options.td",
1054+
td_file = "tools/lldb-dap/tool/Options.td",
10551055
deps = ["//llvm:OptParserTdFiles"],
10561056
)
10571057

0 commit comments

Comments
 (0)