This is an archive of the discontinued LLVM Phabricator instance.

SyntheticChildrenFrontEnd::* should also be built when python is disabled
ClosedPublic

Authored by loladiro on Dec 12 2014, 3:39 PM.

Details

Summary

This moves

  • SyntheticChildrenFrontEnd::CreateValueObjectFromExpression
  • SyntheticChildrenFrontEnd::CreateValueObjectFromAddress
  • SyntheticChildrenFrontEnd::CreateValueObjectFromData

outside the #ifndef LLDB_DISABLE_PYTHON since it doesn't seem to depend on python being available and indeed breaks the build when python is disabled.

Diff Detail

Repository
rL LLVM

Event Timeline

loladiro updated this revision to Diff 17247.Dec 12 2014, 3:39 PM
loladiro retitled this revision from to SyntheticChildrenFrontEnd::* should also be built when python is disabled.
loladiro updated this object.
loladiro edited the test plan for this revision. (Show Details)
loladiro added a reviewer: granata.enrico.
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.