This is an archive of the discontinued LLVM Phabricator instance.

tsan: don't use pipe2 in tests
ClosedPublic

Authored by dvyukov on Sep 24 2021, 8:51 AM.

Details

Summary

MacOS buildbots failed:
stress.cpp:57:7: error: use of undeclared identifier 'pipe2'
https://green.lab.llvm.org/green//job/clang-stage1-RA/24209/consoleFull#-3468768778254eaf0-7326-4999-85b0-388101f2d404

Fix the test to not use pipe2.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Sep 24 2021, 8:51 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2021, 8:51 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Sep 24 2021, 8:52 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.