You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: provide libxml2s.lib for Windows LLVM link via vcpkg copy into LLVM prefix
llvm-config --system-libs demands libxml2s.lib but the LLVM tarball
doesn't ship it. Install via vcpkg and copy the .lib into the LLVM
prefix lib dir so the linker finds it without a global LIB override
(which previously caused duplicate symbols).
0 commit comments