Re: [PATCH 00/12] tools/nolibc: improve LLVM/clang support

From: Willy Tarreau
Date: Sat Aug 03 2024 - 05:51:03 EST


On Sun, Jul 28, 2024 at 12:09:54PM +0200, Thomas Weißschuh wrote:
> The current support for LLVM and clang in nolibc and its testsuite is
> very limited.
>
> * Various architectures plain do not compile
> * The user *has* to specify "-Os" otherwise the program crashes
> * Cross-compilation of the tests does not work
> * Using clang is not wired up in run-tests.sh
>
> This series extends this support.

Overall Ack on the whole series once the minor comments are addressed
or discussed: Acked-by: Willy Tarreau <w@xxxxxx>

thanks!
Willy