Give ExecutionEngine of top level buffers.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 26 Aug 2014 21:04:04 +0000 (21:04 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 26 Aug 2014 21:04:04 +0000 (21:04 +0000)
commitaf07403c3e22c0a89a98d0ab97359d7f561c1f1c
tree9c9d438179dd1d472f3ddf5c2cdda55018fa82e8
parent3c92309f0d95b7e247de682446ac47774f29af29
Give ExecutionEngine of top level buffers.

Long term the idea if for the engine to not own the buffers, but for now
this is consistent with the rest of the API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216484 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
tools/lli/lli.cpp