Re: [PATCH v2 3/4] x86: disable llvm-cov instrumentation

2024-10-01 Thread Nathan Chancellor
On Wed, Sep 04, 2024 at 11:32:44PM -0500, Wentao Zhang wrote: > Disable instrumentation for arch/x86/crypto/curve25519-x86_64.c. Otherwise > compilation would fail with "error: inline assembly requires more registers > than available". > > Similar behavior was reported with gcov as well. See c390c

[PATCH v2 3/4] x86: disable llvm-cov instrumentation

2024-09-04 Thread Wentao Zhang
Disable instrumentation for arch/x86/crypto/curve25519-x86_64.c. Otherwise compilation would fail with "error: inline assembly requires more registers than available". Similar behavior was reported with gcov as well. See c390c452ebeb ("crypto: x86/curve25519 - disable gcov"). Signed-off-by: Wenta