Re: [PATCH] meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2

2024-08-15 Thread Stefan Weil via
Am 15.08.24 um 14:27 schrieb Thomas Huth: Since quite a while MSYS2 now supports Clang as a compiler, too. Unfortunately, this compiler is lacking the __attribute__((gcc_struct)) that we need for compiling on Windows. But since the compiler is available now, some people started to use it to comp

[PATCH] meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2

2024-08-15 Thread Thomas Huth
Since quite a while MSYS2 now supports Clang as a compiler, too. Unfortunately, this compiler is lacking the __attribute__((gcc_struct)) that we need for compiling on Windows. But since the compiler is available now, some people started to use it to compile QEMU on MSYS2, apparently ignoring the co