Re: [PATCH v3 0/3] Enable clang build on Windows

2024-12-09 Thread Pierrick Bouvier
Hi all, On 11/28/24 12:15, Pierrick Bouvier wrote: For now, it was only possible to build plugins using GCC on Windows. However, windows-aarch64 only supports Clang. This biggest roadblock was to get rid of gcc_struct attribute, which is not supported by Clang. After investigation, we proved it

[PATCH v3 0/3] Enable clang build on Windows

2024-11-28 Thread Pierrick Bouvier
For now, it was only possible to build plugins using GCC on Windows. However, windows-aarch64 only supports Clang. This biggest roadblock was to get rid of gcc_struct attribute, which is not supported by Clang. After investigation, we proved it was safe to drop it. Built and tested on Windows (all