rust/compiler/rustc_target/src
Jonas Schievink 3d1d24da94
Rollup merge of #77208 - mati865:late-link-args-order, r=petrochenkov
Late link args order

MSYS2 changed how winpthreads is built and as the result it now depends on more mingw-w64 libraries.

This PR affects only MinGW targets since nobody else is using `late_link_args_{dynamic,static}`. Now the order is similar to how it used to be before https://github.com/rust-lang/rust/pull/67502.
2020-09-27 01:53:23 +02:00
..
abi
asm
spec Link dynamic and static late_link_args before generic ones 2020-09-25 13:35:49 +02:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00