Skip to content

Commit

Permalink
Rollup merge of rust-lang#68006 - infinity0:master, r=nikomatsakis
Browse files Browse the repository at this point in the history
Recognise riscv64 in compiletest

Otherwise tests can't run, fails with "Cannot determine Architecture from triple"
  • Loading branch information
Centril committed Jan 9, 2020
2 parents c8693fc + e3f3cb9 commit 5fdc57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/compiletest/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 5fdc57c

Please sign in to comment.