rust/compiler/rustc_codegen_ssa
bors 4a6547cca6 Auto merge of #88227 - 12101111:nobundle-link-order, r=petrochenkov
Adjust linking order of static nobundle libraries

Link the static libraries with "-bundle" modifier from upstream rust crate right after linking this rust crate.
Some linker such as GNU linker `ld.bdf` treat order of linking as order of dependency.

After this change, static libraries with "-bundle" modifier is linked in the same order as "+bundle" modifier.
So we can change the value of "bundle" modifier without causing linking error.

fix: https://github.com/rust-lang/rust/issues/87541

r? `@petrochenkov`
2021-08-27 09:18:14 +00:00
..
src Auto merge of #88227 - 12101111:nobundle-link-order, r=petrochenkov 2021-08-27 09:18:14 +00:00
Cargo.toml Update the backtrace crate in libstd 2021-08-19 07:31:49 -07:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.