This is an archive of the discontinued LLVM Phabricator instance.

tsan: implement no_sanitize_thread attribute
ClosedPublic

Authored by dvyukov on Oct 16 2013, 9:35 AM.

Details

Summary

If a function has no_sanitize_thread attribute, do not instrument memory accesses in it.

Diff Detail

Event Timeline

kcc accepted this revision.Oct 16 2013, 11:39 PM

LGTM
Please document the difference between the blacklist and the attribute

Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r192871.