Skip to content

Commit 829e8c5

Browse files
bors[bot]mscherer
andauthored
Merge #28
28: Add link regarding Xtensa pushed to LLVM r=eldruin a=mscherer Co-authored-by: mscherer <[email protected]>
2 parents 29f6b27 + a7faf9f commit 829e8c5

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
@@ -179,7 +179,7 @@ the official Rust compiler, `rustc`. See the RFC for merging the [avr-rust fork]
179179

180180
# (When) will Rust support the Xtensa architecture?
181181

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

@@ -191,7 +191,10 @@ versions of LLVM.
191191

192192
TL;DR `rustc` will support the Xtensa architecture when the official LLVM gains
193193
support for the Xtensa architecture. As LLVM is a project independent of the
194-
Rust project we can't give you any estimate on when that might happen.
194+
Rust project we can't give you any estimate on when that might happen. A list of
195+
submitted patches can be found on this [LLVM dashboard][llvm-xtensa-tracker].
196+
197+
[llvm-xtensa-tracker]: https://reviews.llvm.org/W486
195198

196199
# My embedded Rust program is too big!
197200

0 commit comments

Comments
 (0)