[LLVMbugs] [Bug 8715] incorrect .debug_line section entries in generated .s file

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 1 17:20:30 PST 2010


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

Devang Patel <dpatel at apple.com> changed:

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

--- Comment #10 from Devang Patel <dpatel at apple.com> 2010-12-01 19:20:29 CST ---
Thanks Nick. Instead of trying to emit dummy entry, why not just skip
.debug_line section entirely if there is not any line info ? 

Fixed in r120637. 

This lets me pass this test case, but llvm-gcc bootstrap sill fails. This time
there are line table entries!  I'll use another bugzilla, if I need, for it
though.

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