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

@@ -9,7 +9,9 @@
#ifndef LLDB_DISABLE_PYTHON
// LLDB Python header must be included first
#include "lldb-python.h"
#include "PythonExceptionState.h"
#include "llvm/ADT/StringRef.h"