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

Kirill Bobyrev <kbobyrev.opensou...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |kbobyrev.opensource@gmail.c
                   |                            |om
         Resolution|WONTFIX                     |---

--- Comment #17 from Kirill Bobyrev <kbobyrev.opensou...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to