Home
last modified time | relevance | path

Searched hist:"5 b945f23d651a71aa722cc6af84a480d41bc549a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure5b945f23d651a71aa722cc6af84a480d41bc549a Mon Jul 19 15:01:12 CDT 2021 Richard Henderson <richard.henderson@linaro.org> configure: Add -Werror to avx2, avx512 tests

When using clang, we get

ERROR: configure test passed without -Werror but failed with -Werror.
This is probably a bug in the configure script. The failing command
will be at the bottom of config.log.
You can run configure with --disable-werror to bypass this check.

What we really want from these two tests is whether the
entire code sequence is supported, including pragmas.
Adding -Werror makes the test properly fail for clang.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210719200112.295316-1-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>