[PATCH] Switch ASan to use ThreadRegistry from sanitizer_common.

Alexey Samsonov samsonov at google.com
Wed Mar 20 05:26:40 PDT 2013


Hi kcc,

This change gets rid of AsanThreadRegistry class in favor of generic
ThreadRegistry from sanitizer_common. This change will also effectively lock thread
registry once ASan started printing an error report.

http://llvm-reviews.chandlerc.com/D555

Files:
  lib/asan/asan_thread.h
  lib/asan/asan_report.h
  lib/asan/asan_thread.cc
  lib/asan/asan_report.cc
  lib/asan/asan_interceptors.cc
  lib/asan/asan_stats.cc
  lib/asan/asan_stats.h
  lib/asan/asan_rtl.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D555.1.patch
Type: text/x-patch
Size: 22479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130320/08fc718b/attachment.bin>


More information about the llvm-commits mailing list