Rubber stamp LGTM

On Wed, Jan 23, 2013 at 2:31 PM, Konstantin Serebryany
<konstantin.s.serebry...@gmail.com> wrote:
> Hi,
>
> The attached patch is the libsanitizer merge from upstream r173241.
>
> Lots of changes. Among other things:
>   - slow CFI-based unwinder is on by default for fatal errors
> (fast_unwind_on_fatal=0, Linux-only)
>   - more interceptors in asan/tsan
>   - new asan allocator on Linux (faster and uses less memory than the old one)
>   - Dropped dependency on CoreFoundation (Mac OS)
>
> Patch for libsanitizer is automatically generated by libsanitizer/merge.sh
> Tested with
> rm -rf */{*/,}libsanitizer \
>   && make -j 50 \
>   && make -C gcc check-g{cc,++}
> RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} asan.exp'
>
> Our internal LLVM bots (Linux, Mac and Android) are green.
>
> Ok to commit?
>
> --kcc

Reply via email to