This is an archive of the discontinued LLVM Phabricator instance.

tsan: update docs
ClosedPublic

Authored by dvyukov on Oct 17 2013, 12:38 AM.

Details

Summary

update docs for no_sanitize_thread attribute and blacklist

Diff Detail

Event Timeline

samsonov added inline comments.Oct 17 2013, 12:45 AM
docs/ThreadSanitizer.rst
109

Please double check this. Is it not the case that frontend drops sanitize_thread attribute from function
if it is blacklisted? In this case it can't be inlined into another function.

dvyukov updated this revision to Unknown Object (????).Oct 17 2013, 12:53 AM
dvyukov added inline comments.
docs/ThreadSanitizer.rst
109

Yes, it seems to be the case.
PTAL

Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r192872.