Re: [PATCH] build: fix check for -fsanitize-coverage-allowlist

2022-06-15 Thread Paolo Bonzini
On 6/14/22 17:54, Alexander Bulekov wrote: The existing check has two problems: 1. Meson uses a private directory for the get_supported_arguments check. ./instrumentation-filter does not exist in that private directory (it is copied into the root of the build-directory). 2. fsanitize-coverage-al

[PATCH] build: fix check for -fsanitize-coverage-allowlist

2022-06-14 Thread Alexander Bulekov
The existing check has two problems: 1. Meson uses a private directory for the get_supported_arguments check. ./instrumentation-filter does not exist in that private directory (it is copied into the root of the build-directory). 2. fsanitize-coverage-allowlist is unused when coverage instrumentati