Files
rust/compiler/rustc_codegen_ssa/src
Jonas Schievink 5889cf3146 Rollup merge of #77521 - bjorn3:target_feature_whitelist, r=lcnr
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.
2020-10-04 15:45:48 +02:00
..
2020-09-04 17:47:51 +02:00
2020-08-30 18:59:07 +01:00