about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXimin Luo <infinity0@pwned.gg>2020-01-08 13:48:05 +0000
committerXimin Luo <infinity0@pwned.gg>2020-01-08 13:48:05 +0000
commite3f3cb9761c6a18febe8a340026f3e93aaf2b214 (patch)
treed5a170be49a9354b3c442ea7fa36202c16e99c48
parent87540bd3bca8dcd86223261f8c76c5bbf6811ee6 (diff)
downloadrust-e3f3cb9761c6a18febe8a340026f3e93aaf2b214.tar.gz
rust-e3f3cb9761c6a18febe8a340026f3e93aaf2b214.zip
Recognise riscv64 in compiletest
-rw-r--r--src/tools/compiletest/src/util.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/util.rs b/src/tools/compiletest/src/util.rs
index 003f51a0f43..2663b3d160a 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"),