rust/compiler/rustc_codegen_ssa
bors 24c8985043 Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser
linker: Stop using whole-archive on dependencies of dylibs

https://github.com/rust-lang/rust/pull/95604 implemented a better and more fine-grained way of keeping exported symbols alive.

Addresses the second question from https://github.com/rust-lang/rust/pull/93901#issuecomment-1041325522.
r? `@wesleywiser`
2022-05-02 16:28:47 +00:00
..
src Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser 2022-05-02 16:28:47 +00:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md

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