http://www.llvm.org/bugs/show_bug.cgi?id=6353
--- Comment #4 from Rafael Ãvila de EspÃndola <[email protected]> 2010-02-21 17:27:46 CST --- looks like the problem is that ~_Rb_tree() is {Ptr = 0} when CodeGenModule::GetOrCreateLLVMFunction is deciding if it should be emitted. As a consequence FD->isThisDeclarationADefinition() returns false and the destructor is not emitted. This is true even if there is some real code in ~_Rb_tree(). -- Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
