[LLVMbugs] [Bug 4025] debug info generates duplicate label

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Apr 21 10:22:58 PDT 2009


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


Devang Patel <dpatel at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Devang Patel <dpatel at apple.com>  2009-04-21 12:22:58 ---
Debug info entries include display name and linkage name for symbols. The
llvm-gcc FE was not interpreting GCC trees enough to extract linkage (or
mangled) name.

I applied fix to use llvm value name, if it is available. revision 69683.


-- 
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.



More information about the llvm-bugs mailing list