[PATCH] D22045: [X86] Support of no_caller_saved_registers attribute (Clang part)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 8 08:43:14 PDT 2016


erichkeane added a comment.

In https://reviews.llvm.org/D22045#508648, @aaron.ballman wrote:

> In https://reviews.llvm.org/D22045#508644, @hjl.tools wrote:
>
> > In https://reviews.llvm.org/D22045#506996, @joerg wrote:
> >
> > > For what it is worth, this certainly seems to be misnamed. By nature, if it doesn't preserve at least the stack pointer, there is no way to recover on return, right?
> >
> >
> > This is the best name we came up with and has been implemented in GCC.
>
>
> What version of GCC supports this attribute? I tried 6.1.0 and it is unknown there.


I see reference to it in this bug against 6.0: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68661


https://reviews.llvm.org/D22045





More information about the cfe-commits mailing list