Don't release the Module, as that invalidates the Module* within the
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 17 Oct 2003 18:31:59 +0000 (18:31 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 17 Oct 2003 18:31:59 +0000 (18:31 +0000)
commite37fb9ddc57bbe0fdb9831d2c3ca5aa0d18df56a
treec1c32aeedc804963268915b3208711d2f769d3e6
parent1a7668a9fd168fadd72dbe5221042a3bc9b9195e
Don't release the Module, as that invalidates the Module* within the
ModuleProvider, which has bad consequences in lli::callAsMain() which tries to
access that same Module*.

llvm-svn: 9205
llvm/lib/ExecutionEngine/ExecutionEngine.cpp