From 54f0e741b4d9c1f53352260f07e8736e5fc28306 Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 24 Aug 2020 00:34:08 +0200 Subject: [PATCH 1/2] Add link regarding Xtensa pushed to LLVM --- faq.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/faq.md b/faq.md index 69857f3..acf20ed 100644 --- a/faq.md +++ b/faq.md @@ -190,7 +190,7 @@ can't give you any estimate on when that might happen. # (When) will Rust support the Xtensa architecture? -As of 2018-09-19 the official Rust compiler, `rustc`, relies on LLVM for +As of 2020-08-24 the official Rust compiler, `rustc`, relies on LLVM for generating machine code. It's a requirement that LLVM supports an architecture for `rustc` to support it. @@ -202,7 +202,10 @@ versions of LLVM. TL;DR `rustc` will support the Xtensa architecture when the official LLVM gains support for the Xtensa architecture. As LLVM is a project independent of the -Rust project we can't give you any estimate on when that might happen. +Rust project we can't give you any estimate on when that might happen. A list of +submitted patchs can be found on this [LLVM dashboard][llvm-xtensa-tracker]. + +[llvm-xtensa-tracker]: https://reviews.llvm.org/W486 # My embedded Rust program is too big! From a7faf9fade465e098da5c648ec710b21dcf0edbf Mon Sep 17 00:00:00 2001 From: mscherer Date: Tue, 25 Aug 2020 00:28:56 +0200 Subject: [PATCH 2/2] Update faq.md Co-authored-by: Diego Barrios Romero --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index acf20ed..7e9b6a8 100644 --- a/faq.md +++ b/faq.md @@ -203,7 +203,7 @@ versions of LLVM. TL;DR `rustc` will support the Xtensa architecture when the official LLVM gains support for the Xtensa architecture. As LLVM is a project independent of the Rust project we can't give you any estimate on when that might happen. A list of -submitted patchs can be found on this [LLVM dashboard][llvm-xtensa-tracker]. +submitted patches can be found on this [LLVM dashboard][llvm-xtensa-tracker]. [llvm-xtensa-tracker]: https://reviews.llvm.org/W486