[PATCH] D34772: Treat allocations within dispatch_once blocks as global allocations

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 12:40:43 PDT 2017


fjricci added a comment.

An alternative solution here would be to add a supression for dispatch_once instead, but that would be less configurable (unless we required the user to provide it) and slightly less performant.


https://reviews.llvm.org/D34772





More information about the llvm-commits mailing list