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

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Jan 10 05:50:55 PST 2012


What do you think of this patch?

On Thu, Dec 29, 2011 at 4:18 AM, Kostya Serebryany <kcc at google.com> wrote:
> 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 --------------
A non-text attachment was scrubbed...
Name: bsd_signal.patch
Type: text/x-patch
Size: 855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120110/fbe8d287/attachment.bin>


More information about the llvm-commits mailing list