[libcxx-commits] [PATCH] D116144: [libcxx] [Coroutines] Support noop_coroutine for GCC

Chuanqi Xu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 21 23:16:13 PST 2021


ChuanqiXu created this revision.
ChuanqiXu added reviewers: Quuxplusone, ldionne, Mordante.
ChuanqiXu added a project: libc++.
ChuanqiXu requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

We didn't support noop_coroutine for GCC in previous conforming patch. So that GCC couldn't use `noop_coroutine()` defined in <coroutine>. And after this patch, GCC should be able to compile the whole <coroutine> header.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116144

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/__coroutine/noop_coroutine_handle.h
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116144.395798.patch
Type: text/x-patch
Size: 5067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211222/43467d1a/attachment-0001.bin>


More information about the libcxx-commits mailing list