[PATCH] D37925: Allow specifying sanitizers in blacklists

Vlad Tsyrklevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 15 13:32:14 PDT 2017


vlad.tsyrklevich added a comment.

Not included in this change:

- Updating the sanitizer documentation to use section headers. It's worth doing for the CFI documentation to let people know they can break down blacklist entries by CFI mode, but is it worth pushing users to specify '[address]', '[memory]', etc. sections for the other sanitizers as well?
- Merging the various sanitizer blacklists into a single blacklist. I'd like to pursue this in a later change where I also plan to break down the cfi blacklist by the specific CFI mode they should be blacklisted by.


https://reviews.llvm.org/D37925





More information about the cfe-commits mailing list