From e3f3cb9761c6a18febe8a340026f3e93aaf2b214 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Wed, 8 Jan 2020 13:48:05 +0000 Subject: [PATCH] Recognise riscv64 in compiletest --- src/tools/compiletest/src/util.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/compiletest/src/util.rs b/src/tools/compiletest/src/util.rs index 003f51a0f43bb..2663b3d160a7a 100644 --- a/src/tools/compiletest/src/util.rs +++ b/src/tools/compiletest/src/util.rs @@ -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"),