mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
5889cf3146
Move target feature whitelist from cg_llvm to cg_ssa 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.