[llvm-bugs] [Bug 20424] Integrated arm assembler doesn't understand .func / .endfunc

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 8 07:25:45 PST 2016


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

Renato Golin <renato.golin at linaro.org> changed:

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

--- Comment #19 from Renato Golin <renato.golin at linaro.org> ---
As seen in Bug #31134, LLVM doesn't support STABS, and probably never will.

Ignoring the directives, emitting Dwarf instead or printing warnings will all
violate the principle of least surprise, which is: where is my debug info?!

Unless we implement STABS, there is no point to support any of the related
directives, and yes, that means returning an error when they're used.

-- 
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/20161208/6e639df8/attachment.html>


More information about the llvm-bugs mailing list