[LLVM][sancov] Inclusive language: Add -ignorelist option
authorZarko Todorovski <zarko@ca.ibm.com>
Mon, 9 May 2022 15:05:13 +0000 (11:05 -0400)
committerZarko Todorovski <zarko@ca.ibm.com>
Mon, 9 May 2022 15:06:08 +0000 (11:06 -0400)
commitd35bff8bc41f40d8c0f11c6dc4085440b140a771
treea35b5e6ae3b6b13d3ead412765b8edeb6763eaa9
parent7c20e7ca8642bafa44f5829a14deea5f9b37f0ef
[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
llvm/test/tools/sancov/Inputs/fun_ignorelist.txt [moved from llvm/test/tools/sancov/Inputs/fun_blacklist.txt with 100% similarity]
llvm/test/tools/sancov/Inputs/src_ignorelist.txt [moved from llvm/test/tools/sancov/Inputs/src_blacklist.txt with 100% similarity]
llvm/test/tools/sancov/blacklist.test [deleted file]
llvm/test/tools/sancov/ignorelist.test [new file with mode: 0644]
llvm/tools/sancov/sancov.cpp