[PATCH] D109382: [lldb] Rename Commands/Options.td to Commands/CommandOptions.td
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 11:12:19 PDT 2021
thakis created this revision.
thakis added a reviewer: JDevlieghere.
Herald added subscribers: dang, mgorny.
thakis requested review of this revision.
By convention, the project gives the .td and its generated main
.inc file the same name. Let's do that here too.
No behavior change.
https://reviews.llvm.org/D109382
Files:
lldb/source/Commands/CMakeLists.txt
lldb/source/Commands/CommandOptions.td
lldb/source/Commands/Options.td
Index: lldb/source/Commands/CMakeLists.txt
===================================================================
--- lldb/source/Commands/CMakeLists.txt
+++ lldb/source/Commands/CMakeLists.txt
@@ -1,5 +1,5 @@
lldb_tablegen(CommandOptions.inc -gen-lldb-option-defs
- SOURCE Options.td
+ SOURCE CommandOptions.td
TARGET LLDBOptionsGen)
add_lldb_library(lldbCommands
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109382.371130.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/f4ec4b09/attachment.bin>
More information about the llvm-commits
mailing list