diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-07-24 12:08:08 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-07-24 12:08:08 +0000 |
commit | aaad1a8959d05718fa44c10122ba0ce4d7d3935c (patch) | |
tree | 172ce1286dc1e10914c80b1766cf750b6c800df2 /lldb/source/Commands/CommandObjectPlatform.cpp | |
parent | 2359fecf82dbf85d6e05d09d7b3be683f613c236 (diff) | |
download | bcm5719-llvm-aaad1a8959d05718fa44c10122ba0ce4d7d3935c.tar.gz bcm5719-llvm-aaad1a8959d05718fa44c10122ba0ce4d7d3935c.zip |
[lldb] Fix build errors from tablegenify platform commit
Forgot to stage some changes...
llvm-svn: 366892
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectPlatform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |