[all-commits] [llvm/llvm-project] d35bff: [LLVM][sancov] Inclusive language: Add -ignorelist...
Zarko Todorovski via All-commits
all-commits at lists.llvm.org
Mon May 9 08:06:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d35bff8bc41f40d8c0f11c6dc4085440b140a771
https://github.com/llvm/llvm-project/commit/d35bff8bc41f40d8c0f11c6dc4085440b140a771
Author: Zarko Todorovski <zarko at ca.ibm.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
R llvm/test/tools/sancov/Inputs/fun_blacklist.txt
A llvm/test/tools/sancov/Inputs/fun_ignorelist.txt
R llvm/test/tools/sancov/Inputs/src_blacklist.txt
A llvm/test/tools/sancov/Inputs/src_ignorelist.txt
R llvm/test/tools/sancov/blacklist.test
A llvm/test/tools/sancov/ignorelist.test
M llvm/tools/sancov/sancov.cpp
Log Message:
-----------
[LLVM][sancov] Inclusive language: Add -ignorelist option
Adding the `-ignorelist` option that may eventually replace `-blacklist`.
With this patch `sancov` accepts both options.
Reviewed By: quinnp
Differential Revision: https://reviews.llvm.org/D113514
More information about the All-commits
mailing list