This is an archive of the discontinued LLVM Phabricator instance.

tsan: enable clone interceptor only on Linux
ClosedPublic

Authored by dvyukov on Nov 11 2021, 10:19 AM.

Details

Summary

Clone does not exist on Mac.
There are chances it will break on other OSes.
Enable it incrementally starting with Linux only,
other OSes can enable it later as needed.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Nov 11 2021, 10:19 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 10:19 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov updated this revision to Diff 386578.Nov 11 2021, 10:22 AM

fix include path in the test

melver accepted this revision.Nov 11 2021, 10:22 AM
This revision is now accepted and ready to land.Nov 11 2021, 10:22 AM
thakis accepted this revision.Nov 11 2021, 10:23 AM
thakis added a subscriber: thakis.

lg

This revision was landed with ongoing or failed builds.Nov 11 2021, 10:27 AM
This revision was automatically updated to reflect the committed changes.