]> git.ipfire.org Git - thirdparty/qemu.git/commit
build: improve -fsanitize-coverage-allowlist check
authorAlexander Bulekov <alxndr@bu.edu>
Tue, 21 Jun 2022 20:45:07 +0000 (16:45 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Jul 2022 09:03:36 +0000 (11:03 +0200)
commite56d09702834cf61342b71892ba25252d6c0ecf1
tree1075b357d02b9a0545a1fe01f2ae381f59f3012d
parent92e288fcfbf2908450023e85c0d53c1ebb8dbd30
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>
meson.build