[llvm-dev] __builtin_coro_begin()

Jacques Fourie via llvm-dev llvm-dev at lists.llvm.org
Mon Apr 24 13:03:37 PDT 2017


Hi,

I'm looking at the coroutine implementation in clang and llvm and it seems that the frontend currently doesn't add a call to __builtin_coro_begin() and __builtin_coro_id().  Is it the idea that these will be added automatically by the frontend once the coroutine work is complete? 

Thanks,
Jacques

.


More information about the llvm-dev mailing list