This is an archive of the discontinued LLVM Phabricator instance.

tsan: ignore interceptors in few more places
ClosedPublic

Authored by dvyukov on Jul 22 2021, 8:21 AM.

Details

Summary

This is preparation to switching to the sanitizer_common Mutex.
Without this change after the switch we will start failing
on existing from the runtime with runtime mutexes held.
Previously it worked because CheckNoLocks did not see sanitizer_common mutexes.

Depends on D106547.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Jul 22 2021, 8:21 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2021, 8:21 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jul 22 2021, 9:51 AM
This revision is now accepted and ready to land.Jul 22 2021, 9:51 AM
melver accepted this revision.Jul 22 2021, 10:51 AM
This revision was landed with ongoing or failed builds.Jul 23 2021, 12:12 AM
This revision was automatically updated to reflect the committed changes.