[PATCH] D28201: Provide default implementations for sanitizer interface functions

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 11:32:37 PST 2017


fjricci added a comment.

Is leak sanitizer currently supported on any platforms that don't support weak hooks? As far as I'm aware, it isn't, although I'm working on adding additional support. This could be tested by adding the stubs necessary for compilation on a platform like Darwin, but I'm not sure whether that's worth the benefits we get.


https://reviews.llvm.org/D28201





More information about the llvm-commits mailing list