[PATCH] D108615: [Coroutines] [libcxx] Move coroutine component out of experimental namespace

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 25 05:41:27 PDT 2021


ChuanqiXu abandoned this revision.
ChuanqiXu added a comment.

Oh, I find why the CI still fails. Since the compiler used to compile libcxx in the CI doesn't contain the change in this patch! So it would still lookup coroutine components in std::experimental namespace. So here are the failures. To avoid the problems, I had split this patch into D108696 <https://reviews.llvm.org/D108696> and D108697 <https://reviews.llvm.org/D108697>, which contains the change in clang part and libcxx part respectively.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108615/new/

https://reviews.llvm.org/D108615



More information about the cfe-commits mailing list