Skip to content

Commit

Permalink
Recognise riscv64 in compiletest
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0 committed Jan 8, 2020
1 parent 87540bd commit e3f3cb9
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 e3f3cb9

Please sign in to comment.