1
Fork 0

Teach rustc about the Xtensa arch.

This commit is contained in:
Scott Mabin 2020-09-12 23:20:14 +01:00
parent c72fcfbc40
commit b37a448616
2 changed files with 8 additions and 0 deletions

View file

@ -23,6 +23,7 @@ const OPTIONAL_COMPONENTS: &[&str] = &[
"nvptx",
"hexagon",
"riscv",
"xtensa",
"bpf",
];