diff options
Diffstat (limited to 'lldb/source/Core/FormatManager.cpp')
| -rw-r--r-- | lldb/source/Core/FormatManager.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/source/Core/FormatManager.cpp b/lldb/source/Core/FormatManager.cpp index 382af867710..df2a81243b2 100644 --- a/lldb/source/Core/FormatManager.cpp +++ b/lldb/source/Core/FormatManager.cpp @@ -589,7 +589,9 @@ FormatManager::FormatManager() : LoadSystemFormatters(); LoadSTLFormatters(); +#ifndef LLDB_DISABLE_PYTHON LoadObjCFormatters(); +#endif EnableCategory(m_objc_category_name,CategoryMap::Last); //EnableCategory(m_corefoundation_category_name,CategoryMap::Last); @@ -684,6 +686,7 @@ AddSummary(TypeCategoryImpl::SharedPointer category_sp, summary_sp); } +#ifndef LLDB_DISABLE_PYTHON void FormatManager::LoadObjCFormatters() { @@ -850,3 +853,4 @@ FormatManager::LoadObjCFormatters() ConstString("vBool32"), vector_flags); } +#endif // LLDB_DISABLE_PYTHON |

