commit | e56d09702834cf61342b71892ba25252d6c0ecf1 | [log] [tgz] |
---|---|---|
author | Alexander Bulekov <alxndr@bu.edu> | Tue Jun 21 16:45:07 2022 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 08 11:03:36 2022 +0200 |
tree | 1075b357d02b9a0545a1fe01f2ae381f59f3012d | |
parent | 92e288fcfbf2908450023e85c0d53c1ebb8dbd30 [diff] |
build: improve -fsanitize-coverage-allowlist check The sancov filter check still fails when unused arguments are treated as errors. To work around that, add a SanitizerCoverage flag to the build-check. Fixes: aa4f3a3b88 ("build: fix check for -fsanitize-coverage-allowlist") Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20220621204507.698711-1-alxndr@bu.edu> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>