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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user