[PATCH] tsan: ignore interceptors coming from specified libraries

Dmitry Vyukov dvyukov at google.com
Thu Oct 3 05:54:01 PDT 2013


  Added to the description:

  Also make malloc and friends interceptors use SCOPED_INTERCEPTOR_RAW instead of SCOPED_TSAN_INTERCEPTOR, because if they are called from an ignored lib, then must call our internal allocator instead of libc malloc.

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



More information about the llvm-commits mailing list