mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +00:00

These target features have to be supported or at least emulated by alternative codegen backends anyway as they are used by common crates. By moving this list to cg_ssa, other codegen backends don't have to copy this code.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.