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

Philippe Daouadi via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 02:02:10 PDT 2016


blastrock added a comment.

Because then I will not be able to write something like

  __sanitizer_enter();
  ThrowAndCatch();
  swapcontext();

because __sanitizer_enter() will be called directly inside swapcontext().


http://reviews.llvm.org/D20913





More information about the llvm-commits mailing list