[PATCH] D15380: [tsan] Update dispatch_group support to avoid using a disposed group object

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 07:04:53 PST 2015


kubabrecka added a comment.

Also, shouldn't we have some CHECK/DCHECK to make sure Acquire() and Release() aren't called on deallocated memory?


http://reviews.llvm.org/D15380





More information about the llvm-commits mailing list