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

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 03:00:44 PDT 2016


dvyukov added a comment.

If you want deterinistic unit tests, finding real swapcontext with dlsym if fine. dlsym(RTLD_NEXT, "swapcontext") should do.


http://reviews.llvm.org/D20913





More information about the llvm-commits mailing list