SyntheticChildrenFrontEnd::* should also be built when python is disabled
authorKeno Fischer <kfischer@college.harvard.edu>
Sat, 13 Dec 2014 00:05:58 +0000 (00:05 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Sat, 13 Dec 2014 00:05:58 +0000 (00:05 +0000)
commitf4b170d0daf68b38fa951cb12d0b6e1395bc6ec7
treed0dbcd63cb3c99712bd91d3cde9314073c19de1c
parent4c6658feb07d4d3f2412c19be6b6a0c36c9fd111
SyntheticChildrenFrontEnd::* should also be built when python is disabled

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.

Reviewers: granata.enrico

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D6646

llvm-svn: 224170
lldb/source/DataFormatters/TypeSynthetic.cpp