Recognise riscv64 in compiletest

This commit is contained in:
Ximin Luo 2020-01-08 13:48:05 +00:00
parent 87540bd3bc
commit e3f3cb9761

View File

@ -67,6 +67,7 @@ const ARCH_TABLE: &'static [(&'static str, &'static str)] = &[
("powerpc", "powerpc"),
("powerpc64", "powerpc64"),
("powerpc64le", "powerpc64"),
("riscv64gc", "riscv64"),
("s390x", "s390x"),
("sparc", "sparc"),
("sparc64", "sparc64"),