Skip to content

Commit bc328e4

Browse files
kastiglionemedismailben
authored andcommitted
[lldb-dap] Add missing tablegen dependency to lldb-dap (llvm#172891)
rdar://165929985 (cherry picked from commit 56db241)
1 parent 2a00e1c commit bc328e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/tools/lldb-dap/tool/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ add_lldb_tool(lldb-dap
99
lldbDAP
1010
)
1111

12+
add_dependencies(lldb-dap
13+
LLDBDAPOptionsTableGen
14+
${tablegen_deps}
15+
)
16+
1217
if(APPLE)
1318
configure_file(
1419
${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in

0 commit comments

Comments
 (0)