Skip to content

Commit 54f0e74

Browse files
authored
Add link regarding Xtensa pushed to LLVM
1 parent d482bf8 commit 54f0e74

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

faq.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ can't give you any estimate on when that might happen.
190190

191191
# (When) will Rust support the Xtensa architecture?
192192

193-
As of 2018-09-19 the official Rust compiler, `rustc`, relies on LLVM for
193+
As of 2020-08-24 the official Rust compiler, `rustc`, relies on LLVM for
194194
generating machine code. It's a requirement that LLVM supports an architecture
195195
for `rustc` to support it.
196196

@@ -202,7 +202,10 @@ versions of LLVM.
202202

203203
TL;DR `rustc` will support the Xtensa architecture when the official LLVM gains
204204
support for the Xtensa architecture. As LLVM is a project independent of the
205-
Rust project we can't give you any estimate on when that might happen.
205+
Rust project we can't give you any estimate on when that might happen. A list of
206+
submitted patchs can be found on this [LLVM dashboard][llvm-xtensa-tracker].
207+
208+
[llvm-xtensa-tracker]: https://reviews.llvm.org/W486
206209

207210
# My embedded Rust program is too big!
208211

0 commit comments

Comments
 (0)