Closed
Description
Rust currently assumes all GNU libraries and tools are present. This is not the case when using LLVM only toolchains like this one: https://github.com/mstorsjo/llvm-mingw
Remaining issues:
- LLD doesn't work with version-scripts (MinGW: enable dllexport/dllimport #72049)
- Rust explicitly links
libgcc
,libgcc_eh
,libgcc_s
Opening the issue so interested people can track it easily.