aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-07-16 09:27:02 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-07-16 09:27:02 +0000
commitc5a2d7470e10576684bc9a74626d96db8ff069f1 (patch)
tree482cf4ac4698bdc449d279b60ea3b495ea53a648 /lldb/source/Commands/CommandObjectHelp.cpp
parenta3e26d1a6cdfb5a3a97750863abb31e1e3fdd66b (diff)
downloadllvm-c5a2d7470e10576684bc9a74626d96db8ff069f1.zip
llvm-c5a2d7470e10576684bc9a74626d96db8ff069f1.tar.gz
llvm-c5a2d7470e10576684bc9a74626d96db8ff069f1.tar.bz2
[lldb] Rename Options.inc to CommandOptions.inc [NFC]
It seems having two Options.inc files in the same project is giving our custom Xcode project a hard time. This patch renames the new Options.inc to CommandOptions.inc to prevent this conflict. llvm-svn: 366196
Diffstat (limited to 'lldb/source/Commands/CommandObjectHelp.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectHelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectHelp.cpp b/lldb/source/Commands/CommandObjectHelp.cpp
index ad53e03..ab55791 100644
--- a/lldb/source/Commands/CommandObjectHelp.cpp
+++ b/lldb/source/Commands/CommandObjectHelp.cpp
@@ -67,7 +67,7 @@ CommandObjectHelp::~CommandObjectHelp() = default;
static constexpr OptionDefinition g_help_options[] = {
#define LLDB_OPTIONS_help
-#include "Options.inc"
+#include "CommandOptions.inc"
};
llvm::ArrayRef<OptionDefinition>