[Lldb-commits] [lldb] [lldb-dap] Add missing tablegen dependency to lldb-dap (PR #172891)

via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 18 11:18:28 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Dave Lee (kastiglione)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/172891.diff


1 Files Affected:

- (modified) lldb/tools/lldb-dap/tool/CMakeLists.txt (+5) 


``````````diff
diff --git a/lldb/tools/lldb-dap/tool/CMakeLists.txt b/lldb/tools/lldb-dap/tool/CMakeLists.txt
index 5335d25c5d450..692aeedd9531b 100644
--- a/lldb/tools/lldb-dap/tool/CMakeLists.txt
+++ b/lldb/tools/lldb-dap/tool/CMakeLists.txt
@@ -9,6 +9,11 @@ add_lldb_tool(lldb-dap
     lldbDAP
   )
 
+add_dependencies(lldb-dap
+  LLDBDAPOptionsTableGen
+  ${tablegen_deps}
+)
+
 if(APPLE)
   configure_file(
     ${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in

``````````

</details>


https://github.com/llvm/llvm-project/pull/172891


More information about the lldb-commits mailing list