Add missing check for LLDB_DISABLE_PYTHON in FormatManager
Without the check the build fails if LLDB_DISABLE_PYTHON is defined because AddCXXSummary not exist.
I don't know what is this code doing, so please check if this patch make sense.
Differential D7558
Add missing check for LLDB_DISABLE_PYTHON in FormatManager tberghammer on Feb 11 2015, 6:40 AM. Authored by
Details
Add missing check for LLDB_DISABLE_PYTHON in FormatManager Without the check the build fails if LLDB_DISABLE_PYTHON is defined because AddCXXSummary not exist.
Diff Detail |