http://llvm.org/bugs/show_bug.cgi?id=4025
Devang Patel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Devang Patel <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
