Another fix for LLDB_DISABLE_PYTHON=1
llvm-svn: 253073
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_DISABLE_PYTHON
|
||||
|
||||
#include "lldb-python.h"
|
||||
#include "PythonExceptionState.h"
|
||||
|
||||
@@ -202,4 +204,6 @@ PythonExceptionState::ReadBacktrace() const
|
||||
retval.assign(string_data.data(), string_data.size());
|
||||
|
||||
return retval;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user