Skip to content

Commit f2716e3

Browse files
authored
Rollup merge of rust-lang#68006 - infinity0:master, r=nikomatsakis
Recognise riscv64 in compiletest Otherwise tests can't run, fails with "Cannot determine Architecture from triple"
2 parents 3ff6766 + e3f3cb9 commit f2716e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/util.rs

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
6767
("powerpc", "powerpc"),
6868
("powerpc64", "powerpc64"),
6969
("powerpc64le", "powerpc64"),
70+
("riscv64gc", "riscv64"),
7071
("s390x", "s390x"),
7172
("sparc", "sparc"),
7273
("sparc64", "sparc64"),

0 commit comments

Comments
 (0)