rust/compiler/rustc_codegen_ssa
bjorn3 98a6eaa7f8 Serialize OutputFilenames into rmeta file
This ensures that linking will use the correct crate name even when
`#![crate_name = "..."]` is used to specify the crate name.
2023-11-26 18:02:42 +00:00
..
2023-11-22 08:13:21 +11:00

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