[PATCH] D108697: [libc++] Remove <experimental/coroutine>

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 08:47:14 PST 2023


ChuanqiXu added a comment.

In D108697#4040079 <https://reviews.llvm.org/D108697#4040079>, @ldionne wrote:

> @aaron.ballman I seem to recall that we had spoken about delaying this for one more release while Clang was deprecating its `-fcoroutines-ts` flag. Do you remember that or did the holidays mess with my brain?
>
> Otherwise, I guess the next step here would be to post an announcement on Discourse and land this -- but I think it makes sense to coordinate with Clang since that will essentially break the `-fcoroutines-ts` flag.

Clang haven't started to deprecate `-fcoroutines-ts`. We plan to deprecate `-fcoroutines-ts`. The discussion is in https://github.com/llvm/llvm-project/issues/59110. And the discussion looks not related to <experimental/coroutine>. So I think it is OK to remove the <experimental/coroutine> as expected now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108697



More information about the llvm-commits mailing list