This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Move _LIBCPP_NO_THREAD_SAFETY_ANALYSIS to __config
ClosedPublic

Authored by ldionne on Jul 17 2023, 6:41 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG71f95ecff27e: [libc++] Move _LIBCPP_NO_THREAD_SAFETY_ANALYSIS to __config
Summary

This makes __threading_support contain nothing but the base threading
API provided by the system.

Diff Detail

Event Timeline

ldionne created this revision.Jul 17 2023, 6:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 6:41 AM
Herald added a subscriber: krytarowski. · View Herald Transcript
ldionne requested review of this revision.Jul 17 2023, 6:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 6:41 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 17 2023, 1:06 PM
This revision is now accepted and ready to land.Jul 17 2023, 1:06 PM