[llvm-bugs] [Bug 39995] llvm-nm should print section names for section symbols

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 31 15:15:17 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=39995

Matt Davis <matthew.davis at sony.com> changed:

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

--- Comment #2 from Matt Davis <matthew.davis at sony.com> ---
The fix for this landed at https://reviews.llvm.org/rL352785

The fix checks a symbol's name to see if the name is empty.  If the symbol also
happens to represent a section, then the section name will be produced.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190131/5f561618/attachment.html>


More information about the llvm-bugs mailing list