r249597 introduced a usage of GetTypeSummary in lldb-mi. That function used to only be available when python is enabled. However, it doesn't seem like there's a reason for that anymore since that is now dealt with a different abstraction layer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Getting rid of a lot of the #ifndef LLDB_DISABLE_PYTHON checks had been on my list of things I wanted to clean up. Since you regularly build with this configuration (and I never do), I suspect that a lot more of those checks could go away, but maybe that's best left for follow up patches?