rust/compiler/rustc_codegen_ssa
Vadim Petrochenkov 43653c1835 linker: Fix staticlib naming for UEFI
It uses `libname.a` instead of the standard MSVC naming `name.lib`.

Naming for import libraries isn't touched.
2025-03-25 00:03:36 +03:00
..
src linker: Fix staticlib naming for UEFI 2025-03-25 00:03:36 +03:00
Cargo.toml Use -Wunused_crate_dependencies for compiler crates. 2025-03-20 08:59:43 +11:00
messages.ftl Make some invalid codegen attr errors structured/translatable 2025-03-07 23:26:48 +00:00
README.md

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