[llvm-bugs] [Bug 20424] Integrated arm assembler doesn't understand .func / .endfunc
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 8 16:13:19 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=20424
Kirill Bobyrev <kbobyrev.opensource at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |kbobyrev.opensource at gmail.c
| |om
Resolution|WONTFIX |---
--- Comment #17 from Kirill Bobyrev <kbobyrev.opensource at gmail.com> ---
This resolution breaks certain projects which need to use stabs and hence use
.func/.endfunc. Note that there appears to be no reliable way (which wouldn't
actually require much hardcoding) to tell gcc from clang via #ifdefs, as
proposed earlier in the comments.
Instead I suggest to parse and ignore these directives by default, and to
report an error if and only if someone actually tries to use stabs (via
-gstabs). This would mimic gcc behavior better.
--
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/20160908/18c8f2a8/attachment-0001.html>
More information about the llvm-bugs
mailing list