<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;">Made a comprehensive test of this patch series and I still stumbled upon some big problems:</div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><br></div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;">1. Automatic LLVM linking via llvm-config if used by adding LLVM bin folder to PATH results in build failure with 'llvm-c/Core.h' not found in <span></span><span>src/gallium/auxiliary/gallivm/lp_bld.h. Appveyor CI from <a href="https://ci.appveyor.com/project/dcbaker/mesa" rel="nofollow" target="_blank">https://ci.appveyor.com/project/dcbaker/mesa</a> didn't encounter this as it is using llvm-wrap option.<br></span></div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><span><br></span></div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><span>2. Even if build succeeds with LLVM linked via llvm-wrap and everything looking good at first glance, llvmpipe and swr if it was built cannot be selected. GALLIUM_DRIVER variable has no effect. You only get softpipe despite opengl32.dll file looking big enough and swrAVX-0.dll and swrAVX2-0,dll being generated when expected. Even when having LLVM built dynamically to avoid /MD to /MT override warnings and building Mesa3D with default c_args and cpp_args this issue is still in effect.<br></span></div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><span><br></span></div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><span>3. Meson 0.48.0 doesn't pass the /MT or /MTd c_args and cpp_args for some unexplained reasons which leads to build failure if LLVM is not built with /MD.</span></div><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><span><br></span></div></div></body></html>