Moved #include for lldb-python.h to a distinct group with a reminder comment

declaring that it must be first.  Failure to do so results in build failures
on macOS due to subtle header conflicts.

llvm-svn: 279315
This commit is contained in:
Kate Stone
2016-08-19 20:44:07 +00:00
parent 64093a35ff
commit 41de9a9791
5 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,9 @@
#else
// LLDB Python header must be included first
#include "lldb-python.h"
#include "ScriptInterpreterPython.h"
#include "PythonDataObjects.h"
#include "PythonExceptionState.h"