1
Fork 0
rust/compiler/rustc_codegen_ssa/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
..
back Link dynamic and static late_link_args before generic ones 2020-09-25 13:35:49 +02:00
coverageinfo
debuginfo Simplify some match statements on `DefPathDataName' 2020-09-25 22:46:15 +01:00
mir Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb 2020-09-25 14:42:20 +00:00
traits Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov 2020-09-26 12:58:24 +02:00
base.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
common.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
glue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov 2020-09-26 12:58:24 +02:00
meth.rs
mono_item.rs