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

2024-08-10 Thread Willy Tarreau
On Wed, Aug 07, 2024 at 04:09:41PM -0600, Shuah Khan wrote: > On 8/7/24 15:51, 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 th

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

2024-08-07 Thread Shuah Khan
On 8/7/24 15:51, 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 i

[PATCH v2 00/15] tools/nolibc: improve LLVM/clang support

2024-08-07 Thread Thomas Weißschuh
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