[all-commits] [llvm/llvm-project] a72b9d: [sanitizer] Enable whitelist/blacklist in new PM
jsji via All-commits
all-commits at lists.llvm.org
Sat May 9 20:30:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a72b9dfd45cdbe079a2a48b4d1e0b83a7f3a95bd
https://github.com/llvm/llvm-project/commit/a72b9dfd45cdbe079a2a48b4d1e0b83a7f3a95bd
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
M llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
Log Message:
-----------
[sanitizer] Enable whitelist/blacklist in new PM
https://reviews.llvm.org/D63616 added `-fsanitize-coverage-whitelist`
and `-fsanitize-coverage-blacklist` for clang.
However, it was done only for legacy pass manager.
This patch enable it for new pass manager as well.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D79653
More information about the All-commits
mailing list