Re: [PATCH] build: improve -fsanitize-coverage-allowlist check
Queued, thanks. Paolo
[PATCH] 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 --- meson.build | 3 ++- 1 file changed