[PATCH] D20913: [asan] add primitives that allow coroutine implementations

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 08:18:11 PDT 2016


filcab added a comment.

Ah, right! Probably just one thread that:
allocates fakeframe
handles noreturn
allocates new fakeframe

will trigger it. I'll try changing the test on my side too.

Thank you,

Filipe


http://reviews.llvm.org/D20913





More information about the llvm-commits mailing list