diff options
| author | Ximin Luo <infinity0@pwned.gg> | 2020-01-08 13:48:05 +0000 |
|---|---|---|
| committer | Ximin Luo <infinity0@pwned.gg> | 2020-01-08 13:48:05 +0000 |
| commit | e3f3cb9761c6a18febe8a340026f3e93aaf2b214 (patch) | |
| tree | d5a170be49a9354b3c442ea7fa36202c16e99c48 | |
| parent | 87540bd3bca8dcd86223261f8c76c5bbf6811ee6 (diff) | |
| download | rust-e3f3cb9761c6a18febe8a340026f3e93aaf2b214.tar.gz rust-e3f3cb9761c6a18febe8a340026f3e93aaf2b214.zip | |
Recognise riscv64 in compiletest
| -rw-r--r-- | src/tools/compiletest/src/util.rs | 1 |
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"), |
