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
On llvm master libLLVMSupport.a now depends on the _ZSt14__once_functor symbol. These are not provided by the system libstdc++ on mingw64 but they are by the libstdc++ we use on BinaryBuilder (due to JuliaPackaging/Yggdrasil#5761).
When linking libjulia-internal we don't link against the BinaryBuilder libstdc++ which is stored in usr/bin/libstdc++-6.dll causing the link to fail. I think we should be linking against it.
On llvm master
libLLVMSupport.a
now depends on the_ZSt14__once_functor
symbol. These are not provided by the systemlibstdc++
on mingw64 but they are by thelibstdc++
we use on BinaryBuilder (due to JuliaPackaging/Yggdrasil#5761).When linking
libjulia-internal
we don't link against the BinaryBuilderlibstdc++
which is stored inusr/bin/libstdc++-6.dll
causing the link to fail. I think we should be linking against it.The text was updated successfully, but these errors were encountered: