[PATCH] D20913: [asan] add primitives that allow coroutine implementations
Filipe Cabecinhas via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 04:27:14 PDT 2016
filcab accepted this revision.
filcab added a comment.
LGTM
In http://reviews.llvm.org/D20913#462996, @blastrock wrote:
> No, in my library, when a fiber returns, it is completely destroyed. And we never kill a fiber from outside before it is finished.
> This use-case came to my mind but I thought it wasn't a real world use-case, I was wrong ^^
>
> I let you add this function if you need it, it doesn't seem hard to implement anyway :)
There's always someone :-) I'll implement it when I migrate over to this and probably upstream anyway.
Thank you!
Filipe
http://reviews.llvm.org/D20913
More information about the llvm-commits
mailing list