[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
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 @@
static constexpr OptionDefinition g_help_options[] = {
#define LLDB_OPTIONS_help
-#include "Options.inc"
+#include "CommandOptions.inc"
};
llvm::ArrayRef<OptionDefinition>