This is an archive of the discontinued LLVM Phabricator instance.

Add missing check for LLDB_DISABLE_PYTHON in FormatManager
ClosedPublic

Authored by tberghammer on Feb 11 2015, 6:40 AM.

Details

Summary

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.

Diff Detail

Event Timeline

tberghammer retitled this revision from to Add missing check for LLDB_DISABLE_PYTHON in FormatManager.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: granata.enrico.
tberghammer added a subscriber: Unknown Object (MLST).

Lgtm

  • Enrico
tberghammer accepted this revision.Feb 11 2015, 10:00 AM
tberghammer added a reviewer: tberghammer.
This revision is now accepted and ready to land.Feb 11 2015, 10:00 AM