However lld was just fine with these on other platforms (including when cross-compiling to windows) which indicates that none of these sources actually need to be compiled, but they are still weakly referenced and thus get these errors. Getting them properly removed to reduce compile times would be nice.
See these commits where files needed to be added so that link.exe didn't complain about missing symbols.
However lld was just fine with these on other platforms (including when cross-compiling to windows) which indicates that none of these sources actually need to be compiled, but they are still weakly referenced and thus get these errors. Getting them properly removed to reduce compile times would be nice.