[llvm-commits] Cleanup in ASan interceptors, makefile fix

Kostya Serebryany kcc at google.com
Mon Dec 5 11:00:13 PST 2011


landed the part with the interceptors as r145826.

On Sat, Dec 3, 2011 at 2:35 PM, Alexey Samsonov <samsonov at google.com> wrote:

> Hello!
>
> This is a cleanup for projects/compiler-rt/lib/asan:
> Rietveld link: http://codereview.appspot.com/5437128/
>
> Makefile.old :
> 1. Fix in Makefile - changes in asan_*.{cc,h} files were not captured
> by "make test" command.
> asan_interceptors.cc:
> 1. ensure_asan_inited() is now a macro (so that CHECK failure outputs
> the line inside a function with troubles).
> 2. wiped out stubs, as memset/memmove/memcpy interceptors are now enabled.
>
> --
> Alexey Samsonov
> Software Engineer, Moscow
> samsonov at google.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111205/577d9cf5/attachment.html>


More information about the llvm-commits mailing list