[all-commits] [llvm/llvm-project] 644153: [libcxx] [Coroutines] Support noop_coroutine for GCC
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Dec 26 21:54:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6441536c27cfac46e4a6c5801dc01d5bdcf200c2
https://github.com/llvm/llvm-project/commit/6441536c27cfac46e4a6c5801dc01d5bdcf200c2
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/include/__coroutine/noop_coroutine_handle.h
M libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp
Log Message:
-----------
[libcxx] [Coroutines] Support noop_coroutine for GCC
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.
Reviewed By: Quuxplusone
Differential Revision: https://reviews.llvm.org/D116144
More information about the All-commits
mailing list