Skip to content

Commit 7ad4677

Browse files
github-actions[bot]github-actions
and
github-actions
authored
Regenerate target info (#1243)
Co-authored-by: github-actions <[email protected]>
1 parent 218365e commit 7ad4677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/target_info.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
//! in dev-tools/gen-target-info if you need to make changes.
33
44
pub const RISCV_ARCH_MAPPING: &[(&str, &str)] = &[
5+
("riscv32e", "riscv32"),
6+
("riscv32em", "riscv32"),
7+
("riscv32emc", "riscv32"),
58
("riscv32gc", "riscv32"),
69
("riscv32i", "riscv32"),
710
("riscv32im", "riscv32"),

0 commit comments

Comments
 (0)