Clang should look for a default UBSan blacklist in its resource dir.
Depends on D32043.
Paths
| Differential D32047
[Driver] Add support for default UBSan blacklists Needs ReviewPublic Authored by vsk on Apr 13 2017, 1:59 PM.
Details
Diff Detail Event TimelineComment Actions I'd like to address the current problems with sanitizer blacklists before moving on to this patch: 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.
Revision Contents
Diff 95206 lib/Driver/SanitizerArgs.cpp
test/Driver/fsanitize-blacklist.c
|