rust/compiler/rustc_codegen_ssa
Vadim Petrochenkov 388c42e72a linker: Remove special case for rust-lld in detect_self_contained_mingw
`rust-lld` is supposed to live in sysroot, so it doesn't change the behavior of the function, only removes a potential micro-optimization.
2025-12-03 14:10:54 +03:00
..
src linker: Remove special case for rust-lld in detect_self_contained_mingw 2025-12-03 14:10:54 +03:00
Cargo.toml [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows 2025-09-19 12:00:30 -07:00
messages.ftl Port the #![windows_subsystem] attribute to the new attribute system 2025-11-27 00:17:48 +01: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.