Fixed the IRInterpreter to reject any code that
authorSean Callanan <scallanan@apple.com>
Thu, 27 Jun 2013 01:59:51 +0000 (01:59 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 27 Jun 2013 01:59:51 +0000 (01:59 +0000)
commit85fc876106c98ee025507269911c9723fce53de9
tree22ae376971bf256656ef5126162d01a04881cd5b
parent64cf3efd47bc79b661c93cea5a7a3fa60bba16d8
Fixed the IRInterpreter to reject any code that
has more than one function with a body.  This
prevents declarations e.g. of blocks from being
passed to the IRInterpreter; they must pass
through to the JIT.

<rdar://problem/14180236>

llvm-svn: 185057
lldb/source/Expression/IRInterpreter.cpp