[PATCH] D34210: Add __has_feature(leak_sanitizer)

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 20 12:52:13 PDT 2017


rnk added a comment.

If LSan is a runtime thing, why not use weak hooks or something to detect LSan at runtime instead of using a macro?


https://reviews.llvm.org/D34210





More information about the cfe-commits mailing list