rust/compiler/rustc_codegen_ssa
Matthias Krüger 87448be96f
Rollup merge of #120099 - petrochenkov:linkapi, r=WaffleLapkin
linker: Refactor library linking methods in `trait Linker`

Linkers are not aware of Rust libraries, they look like regular static or dynamic libraries to them, so Rust-specific methods in `trait Linker` do not make much sense.
They can be either removed or renamed to something more suitable.

Commits after the second one are cleanups.
2024-01-25 17:39:27 +01:00
..
src Rollup merge of #120099 - petrochenkov:linkapi, r=WaffleLapkin 2024-01-25 17:39:27 +01:00
Cargo.toml Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
messages.ftl Correct the anchor of an URL in an error message 2024-01-22 01:02:20 +09:00
README.md

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