Re: [PATCH v3 3/3] plugins: enable linking with clang/lld

2025-01-10 Thread Philippe Mathieu-Daudé
+Akihiko & Yonggang for https://lore.kernel.org/qemu-devel/20201006120900.1579-1-luoyongg...@gmail.com/ On 28/11/24 21:15, Pierrick Bouvier wrote: Windows uses a special mechanism to enable plugins to work (DLL delay loading). Option for lld is different than ld. MSYS2 clang based environment u

[PATCH v3 3/3] plugins: enable linking with clang/lld

2024-11-28 Thread Pierrick Bouvier
Windows uses a special mechanism to enable plugins to work (DLL delay loading). Option for lld is different than ld. MSYS2 clang based environment use lld by default, so restricting to this config on Windows is safe, and will avoid false bug reports. Signed-off-by: Pierrick Bouvier --- meson.bu