[PATCH] D32047: [Driver] Add support for default UBSan blacklists

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 10:12:05 PDT 2017


vsk added a comment.

I'd like to address the current problems with sanitizer blacklists before moving on to this patch:
https://reviews.llvm.org/D32842

The summary is that the entries in a blacklist file apply to all sanitizers, resulting in potential false negatives when multiple default blacklists are loaded.


https://reviews.llvm.org/D32047





More information about the cfe-commits mailing list