[LLVMbugs] [Bug 6353] clang emits U symbol while gcc emits W one

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 21 15:27:46 PST 2010


http://www.llvm.org/bugs/show_bug.cgi?id=6353

--- Comment #4 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> 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.



More information about the llvm-bugs mailing list