[PATCH] D19875: [sanitizer] Move stat/__xstat to the common interceptors
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 12:19:53 PDT 2016
eugenis added a comment.
It looks like SANITIZER_INTERCEPT___XSTAT is !SANITIZER_INTERCEPT_STAT.
This is in line with other common interceptors. Looking at sanitizer_platform_interceptors.h, one can easily figure out which functions are intercepted on any platform.
Repository:
rL LLVM
http://reviews.llvm.org/D19875
More information about the llvm-commits
mailing list