summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2019-10-03 23:32:42 +0000
committerJim Ingham <jingham@apple.com>2019-10-03 23:32:42 +0000
commitf9d8bbee898594df085292bc409eaf2c1c38f1dc (patch)
treee0a988474e0a23b727702da88fea893e90980e14
parentd84e942703e4bd558e2be1483803f5c4ed32eb26 (diff)
downloadbcm5719-llvm-f9d8bbee898594df085292bc409eaf2c1c38f1dc.tar.gz
bcm5719-llvm-f9d8bbee898594df085292bc409eaf2c1c38f1dc.zip
Forgot to change the header guards on OptionGroupPythonClassWithDict.
I think that's what is confusing the modules build on the bots. llvm-svn: 373677
-rw-r--r--lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h7
-rw-r--r--lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp2
2 files changed, 5 insertions, 4 deletions
diff --git a/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h b/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
index b92bb6fe2e1..061e88e2a01 100644
--- a/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
+++ b/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
@@ -6,9 +6,10 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_OptionGroupString_h_
-#define liblldb_OptionGroupString_h_
+#ifndef liblldb_OptionGroupPythonClassWithDict_h_
+#define liblldb_OptionGroupPythonClassWithDict_h_
+#include "lldb/lldb-types.h"
#include "lldb/Interpreter/Options.h"
#include "lldb/Utility/StructuredData.h"
@@ -61,4 +62,4 @@ protected:
} // namespace lldb_private
-#endif // liblldb_OptionGroupString_h_
+#endif // liblldb_OptionGroupPythonClassWithDict_h_
diff --git a/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp b/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
index 6b167866a60..225a0a8d11b 100644
--- a/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
+++ b/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
@@ -1,4 +1,4 @@
-//===-- OptionGroupKeyValue.cpp ----------------------------------*- C++ -*-===//
+//===-- OptionGroupPythonClassWithDict.cpp ----------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
OpenPOWER on IntegriCloud