This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Move __thread_id out of <__threading_support>
ClosedPublic

Authored by ldionne on Jul 4 2023, 2:41 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG053d9e5832c7: [libc++] Move __thread_id out of <__threading_support>
Summary

This makes <__threading_support> closer to handling only the bridge
between the system's implementation of threading and the rest of libc++.

Diff Detail

Event Timeline

ldionne created this revision.Jul 4 2023, 2:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 2:41 PM
Herald added a subscriber: arichardson. · View Herald Transcript
ldionne requested review of this revision.Jul 4 2023, 2:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 2:41 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 537318.Jul 5 2023, 5:40 AM

Fix order of headers in ignore_format.txt

ldionne updated this revision to Diff 537490.Jul 5 2023, 2:07 PM

Add missing includes

ldionne updated this revision to Diff 537875.Jul 6 2023, 2:08 PM

Adjust transitive includes. It turns out that this patch removes a few includes of <iosfwd>. I don't foresee this being an issue so I don't think it is worth trying to add those back for backwards compatibility.

ldionne accepted this revision.Jul 11 2023, 5:58 AM

CI failure is a fluke.

This revision is now accepted and ready to land.Jul 11 2023, 5:58 AM
This revision was landed with ongoing or failed builds.Jul 11 2023, 5:58 AM
This revision was automatically updated to reflect the committed changes.