[PATCH] D26177: [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during unwinding)

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 15:34:34 PDT 2016


rnk added a comment.

Looks good to me, but we should probably wait to see if Dmitry has any concerns about turning this on by default.

In https://reviews.llvm.org/D26177#586077, @kubabrecka wrote:

> Note that I'm just moving the code for EscapeEnumerator, which is some pretty old code (r45670), and I'd CC the author, but I don't think he works on LLVM anymore.  Anyway, thanks for the review, I'll update the patch!


Yeah, I noticed that after I got halfway through it, and then I felt like it was still worth a good rewrite. :)


https://reviews.llvm.org/D26177





More information about the llvm-commits mailing list