Add riscv relax target feature
This commit is contained in:
parent
11cd4ff34d
commit
48be303272
@ -251,6 +251,7 @@
|
|||||||
("e", Some(sym::riscv_target_feature)),
|
("e", Some(sym::riscv_target_feature)),
|
||||||
("f", Some(sym::riscv_target_feature)),
|
("f", Some(sym::riscv_target_feature)),
|
||||||
("m", Some(sym::riscv_target_feature)),
|
("m", Some(sym::riscv_target_feature)),
|
||||||
|
("relax", Some(sym::riscv_target_feature)),
|
||||||
("v", Some(sym::riscv_target_feature)),
|
("v", Some(sym::riscv_target_feature)),
|
||||||
("zba", Some(sym::riscv_target_feature)),
|
("zba", Some(sym::riscv_target_feature)),
|
||||||
("zbb", Some(sym::riscv_target_feature)),
|
("zbb", Some(sym::riscv_target_feature)),
|
||||||
|
Loading…
Reference in New Issue
Block a user