This is an archive of the discontinued LLVM Phabricator instance.

tsan: add a simple syscall test
ClosedPublic

Authored by dvyukov on May 11 2021, 1:39 AM.

Details

Summary

Add a simple test that uses syscall annotations.
Just to ensure at least basic functionality works.
Also factor out annotated syscall wrappers into a separate
header file as they may be useful for future tests.

Diff Detail

Event Timeline

dvyukov requested review of this revision.May 11 2021, 1:39 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2021, 1:39 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.May 11 2021, 7:19 PM
This revision is now accepted and ready to land.May 11 2021, 7:19 PM
This revision was automatically updated to reflect the committed changes.