[llvm-commits] [patch] Add the returns_twice attribute

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Sep 29 15:42:50 PDT 2011


The attached patch reuses the hotpatch attribute (which Charles Davis
says is unused) to create the returs_twice attribute. This will be used
to implement the C attribute with the same name.

It is needed by valgrind, since it has its own setjmp like function.

See PR11038 for more information.

Is it OK?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: returns_twice.patch
Type: text/x-patch
Size: 5556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110929/a61920ec/attachment.bin>


More information about the llvm-commits mailing list