This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Move stat/__xstat to the common interceptors
ClosedPublic

Authored by zhaoqin on May 3 2016, 3:16 PM.

Details

Summary

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.

Resubmit of http://reviews.llvm.org/D19875 with win build fixes.

Diff Detail

Repository
rL LLVM

Event Timeline

zhaoqin updated this revision to Diff 56070.May 3 2016, 3:16 PM
zhaoqin retitled this revision from to [sanitizer] Move stat/__xstat to the common interceptors.
zhaoqin updated this object.
zhaoqin added reviewers: aizatsky, eugenis.
zhaoqin added subscribers: kcc, bruening, vitalybuka, llvm-commits.
aizatsky updated this object.May 3 2016, 4:13 PM
aizatsky updated this object.
This revision was automatically updated to reflect the committed changes.