[PATCH] D19939: [sanitizer] Move *stat to the common interceptors

Qin Zhao via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 15:29:34 PDT 2016


zhaoqin created this revision.
zhaoqin added reviewers: aizatsky, eugenis.
zhaoqin added subscribers: tberghammer, llvm-commits, danalbert, vitalybuka, bruening, srhines, kubabrecka, kcc.

Adds *stat to the common interceptors.

Removes the now-duplicate *stat interceptor from msan/tsan/esan.
This adds *stat to asan, which previously did not intercept it.

http://reviews.llvm.org/D19939

Files:
  lib/esan/esan_interceptors.cpp
  lib/msan/msan_interceptors.cc
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  lib/tsan/rtl/tsan_interceptors.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19939.56211.patch
Type: text/x-patch
Size: 12446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160504/ef1f19e9/attachment.bin>


More information about the llvm-commits mailing list