OSDN Git Service

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)
commit05701573aac26e87a33e8aa58817e4dc5a40050a
treecf8981d8aeac72f392898dfb50b28fbd8585de5b
parent9b8c2911d9651179a62fea986a7346792a389d92
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*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9205 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp