rust/compiler/rustc_codegen_ssa
Matthew Maurer cf8753e4f9 Make lto and linker-plugin-lto work the same for compiler_builtins
Fix #142284 by ensuring that `#![no_builtins]` crates can still emit bitcode
when proper (i.e., non-rustc) LTO (i.e., -Clinker-plugin-lto) is used.
2025-08-26 16:32:29 -07:00
..
2025-07-31 14:19:27 +02:00
2025-08-11 22:29:01 +02:00

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