[PATCH] D19890: [sanitizer] Move stat/__xstat to the common interceptors

Qin Zhao via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 15:16:56 PDT 2016


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

Adds stat/__xstat to the common interceptors.

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

http://reviews.llvm.org/D19890

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19890.56070.patch
Type: text/x-patch
Size: 7036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160503/22869b56/attachment.bin>


More information about the llvm-commits mailing list