forked from OSchip/llvm-project
2eccdab308
Summary: This is the follow-up patch to D37924. This change refactors clang to use the the newly added section headers in SpecialCaseList to specify which sanitizers blacklists entries should apply to, like so: [cfi-vcall] fun:*bad_vcall* [cfi-derived-cast|cfi-unrelated-cast] fun:*bad_cast* The SanitizerSpecialCaseList class has been added to allow querying by SanitizerMask, and SanitizerBlacklist and its downstream users have been updated to provide that information. Old blacklists not using sections will continue to function identically since the blacklist entries will be placed into a '[*]' section by default matching against all sanitizers. Reviewers: pcc, kcc, eugenis, vsk Reviewed By: eugenis Subscribers: dberris, cfe-commits, mgorny Differential Revision: https://reviews.llvm.org/D37925 llvm-svn: 314171 |
||
---|---|---|
.. | ||
debug-info-file-checksum.c | ||
debug-info-macro.h | ||
opt-record.proftext | ||
pgo-sample-thinlto-summary.prof | ||
pgo-sample.prof | ||
pgotestclang.profraw | ||
pgotestir.profraw | ||
sanitizer-special-case-list.sanitized.txt | ||
sanitizer-special-case-list.unsanitized1.txt | ||
sanitizer-special-case-list.unsanitized2.txt | ||
sanitizer-special-case-list.unsanitized3.txt | ||
sanitizer-special-case-list.unsanitized4.txt | ||
stdio.h | ||
thinlto-multi-module.ll | ||
thinlto_backend.ll |