http://llvm.org/bugs/show_bug.cgi?id=4762
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from [email protected] 2009-08-24 00:43:00 --- I think the bug has been present since the original. It's creating two ExistingModuleProviders, both of which delete the module in their dtors. That said, it's easy to fix, just pass the ModuleProvider to the EngineBuilder. I didn't find any other instances of this bug, and I committed the fix as r79896. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
