This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove _LIBCPP_HAS_NO_CXX20_COROUTINES
ClosedPublic

Authored by ldionne on Oct 5 2022, 8:36 AM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rG3fe2db8cf90c: [libc++] Remove _LIBCPP_HAS_NO_CXX20_COROUTINES
Summary

As far as I can tell, all the compilers we support have support for
C++20 coroutines now.

Diff Detail

Event Timeline

ldionne created this revision.Oct 5 2022, 8:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 8:36 AM
Herald added a subscriber: ChuanqiXu. · View Herald Transcript
ldionne requested review of this revision.Oct 5 2022, 8:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 8:36 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Oct 5 2022, 9:55 AM
Mordante added a subscriber: Mordante.

LGTM!

This revision is now accepted and ready to land.Oct 5 2022, 9:55 AM
This revision was automatically updated to reflect the committed changes.