add rustc_codegen_ssa
support for csky and correct some code
This commit is contained in:
parent
8ed7aa16bd
commit
8c51e28bd5
7 changed files with 26 additions and 3 deletions
|
@ -282,6 +282,7 @@ declare_features! (
|
|||
(active, arm_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, avx512_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, bpf_target_feature, "1.54.0", Some(44839), None),
|
||||
(active, csky_target_feature, "1.72.0", Some(44839), None),
|
||||
(active, ermsb_target_feature, "1.49.0", Some(44839), None),
|
||||
(active, hexagon_target_feature, "1.27.0", Some(44839), None),
|
||||
(active, mips_target_feature, "1.27.0", Some(44839), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue