Skip to content

Conversation

@kastiglione
Copy link
Contributor

@kastiglione kastiglione commented Dec 18, 2025

rdar://165929985

@llvmbot
Copy link
Member

llvmbot commented Dec 18, 2025

@llvm/pr-subscribers-lldb

Author: Dave Lee (kastiglione)

Changes

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

1 Files Affected:

  • (modified) lldb/tools/lldb-dap/tool/CMakeLists.txt (+5)
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

@kastiglione kastiglione merged commit 56db241 into llvm:main Dec 18, 2025
13 checks passed
@kastiglione kastiglione deleted the lldb-dap-Add-missing-tablegen-dependency-to-lldb-dap branch December 18, 2025 21:39
medismailben pushed a commit to medismailben/llvm-project that referenced this pull request Dec 19, 2025
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants