Skip to content

Commit e3f3cb9

Browse files
committed
Recognise riscv64 in compiletest
1 parent 87540bd commit e3f3cb9

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)