Re: [PATCH 0/2] selftests/nolibc: fix loongarch build with recent versions of clang

From: Willy Tarreau

Date: Sat Nov 22 2025 - 06:19:55 EST


On Sat, Nov 22, 2025 at 12:01:56PM +0100, Thomas Weißschuh wrote:
> LLVM 21 switched to -mcmodel=medium for LoongArch64 compilations.
> This code model uses R_LARCH_ECALL36 relocations which might not be
> supported by GNU ld which the nolibc testsuite uses by default.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Both patches make sense to me, thanks Thomas!

FWIW for the whole series: Acked-by: Willy Tarreau <w@xxxxxx>

Willy