This is an archive of the discontinued LLVM Phabricator instance.

tsan: fix syscall test on aarch64
ClosedPublic

Authored by dvyukov on May 11 2021, 11:55 PM.

Details

Summary

Add missing includes and use SYS_pipe2 instead of SYS_pipe
as it's not present on some arches.

Diff Detail

Event Timeline

dvyukov created this revision.May 11 2021, 11:55 PM
dvyukov requested review of this revision.May 11 2021, 11:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2021, 11:55 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.May 12 2021, 12:01 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.