We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ff6766 + e3f3cb9 commit f2716e3Copy full SHA for f2716e3
src/tools/compiletest/src/util.rs
@@ -67,6 +67,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
67
("powerpc", "powerpc"),
68
("powerpc64", "powerpc64"),
69
("powerpc64le", "powerpc64"),
70
+ ("riscv64gc", "riscv64"),
71
("s390x", "s390x"),
72
("sparc", "sparc"),
73
("sparc64", "sparc64"),
0 commit comments