Skip to content

Commit 608f39f

Browse files
JDevliegheregithub-actions[bot]
authored andcommitted
Automerge: [lldb-dap] Move Options.td into tool subdirectory (NFC) (#165925)
2 parents 68d4b73 + 128af45 commit 608f39f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lldb/tools/lldb-dap/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# We need to include the llvm components we depend on manually, as liblldb does
22
# not re-export those.
33
set(LLVM_LINK_COMPONENTS Support)
4-
set(LLVM_TARGET_DEFINITIONS Options.td)
5-
tablegen(LLVM Options.inc -gen-opt-parser-defs)
6-
add_public_tablegen_target(LLDBDAPOptionsTableGen)
74

85
add_lldb_library(lldbDAP
96
Breakpoint.cpp

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
set(LLVM_TARGET_DEFINITIONS Options.td)
2+
tablegen(LLVM Options.inc -gen-opt-parser-defs)
3+
add_public_tablegen_target(LLDBDAPOptionsTableGen)
4+
15
add_lldb_tool(lldb-dap
26
lldb-dap.cpp
37

File renamed without changes.

0 commit comments

Comments
 (0)