Author: jingham Date: Thu Oct 3 16:32:42 2019 New Revision: 373677 URL: http://llvm.org/viewvc/llvm-project?rev=373677&view=rev Log: Forgot to change the header guards on OptionGroupPythonClassWithDict.
I think that's what is confusing the modules build on the bots. Modified: lldb/trunk/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h lldb/trunk/source/Interpreter/OptionGroupPythonClassWithDict.cpp Modified: lldb/trunk/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h?rev=373677&r1=373676&r2=373677&view=diff ============================================================================== --- lldb/trunk/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h (original) +++ lldb/trunk/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h Thu Oct 3 16:32:42 2019 @@ -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_ Modified: lldb/trunk/source/Interpreter/OptionGroupPythonClassWithDict.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/OptionGroupPythonClassWithDict.cpp?rev=373677&r1=373676&r2=373677&view=diff ============================================================================== --- lldb/trunk/source/Interpreter/OptionGroupPythonClassWithDict.cpp (original) +++ lldb/trunk/source/Interpreter/OptionGroupPythonClassWithDict.cpp Thu Oct 3 16:32:42 2019 @@ -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. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits