Skip to content
Commit aea52e3d authored by Florian Weimer's avatar Florian Weimer
Browse files

Revert "x86_64: Suppress false positive valgrind error"

This reverts commit a1735e0a.

The test failure is a real valgrind bug that needs to be fixed before
valgrind is usable with a glibc that has been built with
CC="gcc -march=x86-64-v3".  The proposed valgrind patch teaches
valgrind to replace ld.so strcmp with an unoptimized scalar
implementation, thus avoiding any AVX2-related problems.

Valgrind bug: <https://bugs.kde.org/show_bug.cgi?id=485487

>

Reviewed-by: default avatarH.J. Lu <hjl.tools@gmail.com>
parent cf11e74b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment