rust/compiler/rustc_codegen_ssa
Stuart Cook 45169cbf38
Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkin
Only extract lang items once in codegen_fn_attrs

This one should be obvious. These two extraction points used to be far apart but now that they're refactored to be close it was rather obvious we're just doing double work....

r? ``@WaffleLapkin``

Buils on rust-lang/rust#144655
2025-07-31 15:42:01 +10:00
..
src Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkin 2025-07-31 15:42:01 +10:00
Cargo.toml cc dependencies: clarify comment 2025-07-29 09:22:24 +02:00
messages.ftl Move LTO symbol export calculation from backends to cg_ssa 2025-07-21 07:58:44 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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