diff options
| author | Scott Mabin <scott@mabez.dev> | 2020-09-12 23:20:14 +0100 |
|---|---|---|
| committer | Scott Mabin <scott@mabez.dev> | 2024-05-29 13:47:57 +0100 |
| commit | b37a448616a370ba02eeaa7d7c8289fa85d35fc9 (patch) | |
| tree | 9b2acc446ad25e241b6796718ead39b5ab3e7f87 /compiler/rustc_llvm/build.rs | |
| parent | c72fcfbc40a57f88de1a64a2bc69f85e2844b77e (diff) | |
| download | rust-b37a448616a370ba02eeaa7d7c8289fa85d35fc9.tar.gz rust-b37a448616a370ba02eeaa7d7c8289fa85d35fc9.zip | |
Teach rustc about the Xtensa arch.
Diffstat (limited to 'compiler/rustc_llvm/build.rs')
| -rw-r--r-- | compiler/rustc_llvm/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/build.rs b/compiler/rustc_llvm/build.rs index 024f6f89a4b..cdaabb036c2 100644 --- a/compiler/rustc_llvm/build.rs +++ b/compiler/rustc_llvm/build.rs @@ -23,6 +23,7 @@ const OPTIONAL_COMPONENTS: &[&str] = &[ "nvptx", "hexagon", "riscv", + "xtensa", "bpf", ]; |
