[llvm-commits] [PATCH] asan-rt: fix signal wrapper on Android

Kostya Serebryany kcc at google.com
Wed Dec 28 16:18:47 PST 2011


Can this be made with fewer ifdefs?

e.g.
#ifdef ANDROID
# define SIGNAL_FUNC bsd_signal
#else
# define SIGNAL_FUNC signal
#endif

What's wrong with __cxa_throw on android?

--kcc

On Wed, Dec 21, 2011 at 3:52 AM, Evgeniy Stepanov <eugeni.stepanov at gmail.com
> wrote:

> Hi,
>
> this patch wraps bsd_signal instead of signal on Android. Signal is a
> macro there.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111228/b544966f/attachment.html>


More information about the llvm-commits mailing list