lli should create a JIT memory manager.
authorJim Grosbach <grosbach@apple.com>
Wed, 11 Jan 2012 21:12:51 +0000 (21:12 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 11 Jan 2012 21:12:51 +0000 (21:12 +0000)
commitbf9ab932c1efea8804b3bc9d5b66314e6374d4cd
tree0d73b5ef53b284928bbdafb65a99792fe4d3e655
parentfae699a580380b910740e1cb17ab950ba91ce4a1
lli should create a JIT memory manager.

Previously let the JITEmitter do it. That's rather odd, and doesn't play nice
with the MCJIT, so move the (trivial) logic up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147967 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/lli.cpp