From aaad1a8959d05718fa44c10122ba0ce4d7d3935c Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Wed, 24 Jul 2019 12:08:08 +0000 Subject: [lldb] Fix build errors from tablegenify platform commit Forgot to stage some changes... llvm-svn: 366892 --- lldb/source/Commands/CommandObjectPlatform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp') diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp index 7a4c4fad40a..d1054020c81 100644 --- a/lldb/source/Commands/CommandObjectPlatform.cpp +++ b/lldb/source/Commands/CommandObjectPlatform.cpp @@ -60,7 +60,7 @@ static mode_t ParsePermissionString(llvm::StringRef permissions) { static constexpr OptionDefinition g_permissions_options[] = { #define LLDB_OPTIONS_permissions -#include "CommandObject.inc" +#include "CommandOptions.inc" }; class OptionPermissions : public OptionGroup { -- cgit v1.2.3