[PATCH] D33538: [coroutines] Support "coroutines" feature in module map requires clause

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 25 16:36:08 PDT 2017


EricWF added a comment.

In https://reviews.llvm.org/D33538#765045, @rsmith wrote:

> Do we need to conditionalize this part of libc++? Nothing in the <coroutines> header appears to need compiler support.


That's correct. I was mistaken as to why this was needed. I mistook a bug in libc++ for the reason this was needed. 
So I have no need for this patch anymore.

Do you still want to land this for the reasons you mentioned?


https://reviews.llvm.org/D33538





More information about the cfe-commits mailing list