[libcxx-commits] [PATCH] D108697: [libc++] Remove <experimental/coroutine>
Chuanqi Xu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 10 18:03:23 PST 2023
ChuanqiXu added a comment.
> To me, that should apply to command line flags as well as header files because removing either one causes a stop-the-world problem.
It looks not bad to me to remove the header files first and keep `-fcoroutines-ts` flag a little bit longer. Do I misunderstand anything?
> (Speaking of the command line flag deprecation warning, is that something you're working on @ChuanqiXu? If not, I can put something together pretty quickly before the Clang 16 branch.)
I haven't started to work on it. I just saw no one else is assigned and it is going to be branched. So that I assign myself to offer some labor help. Feel free to take it you would love to : )
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108697/new/
https://reviews.llvm.org/D108697
More information about the libcxx-commits
mailing list