Skip to content

Commit 29f6b27

Browse files
bors[bot]mscherer
andauthored
27: Update the FAQ with the newest news wrt AVR r=eldruin a=mscherer Co-authored-by: mscherer <[email protected]>
2 parents d482bf8 + 867ac9b commit 29f6b27

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

faq.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -172,21 +172,10 @@ Group][wg-crates].
172172

173173
# (When) will Rust support the AVR architecture?
174174

175-
As of 2018-09-19 the official Rust compiler, `rustc`, relies on LLVM for
176-
generating machine code. It's a requirement that LLVM supports an architecture
177-
for `rustc` to support it.
178-
179-
LLVM does support the AVR architecture but the AVR backend has bugs that prevent
180-
it from being enabled in `rustc`. In particular, the AVR backend should be able
181-
to compile the `core` crate without hitting any LLVM assertion before it's
182-
enabled in `rustc`. A likely outdated list of LLVM bugs that need to be fixed
183-
can be found in [the issue tracker of the rust-avr fork of rustc][rust-avr].
184-
185-
[rust-avr]: https://github.com/avr-rust/rust/issues
175+
As of 2020-07-24 the support for AVR have been merged into the nightly version of
176+
the official Rust compiler, `rustc`. See the RFC for merging the [avr-rust fork].
186177

187-
TL;DR `rustc` will support the AVR architecture when the LLVM backend is
188-
relatively bug free. As LLVM is a project independent of the Rust project we
189-
can't give you any estimate on when that might happen.
178+
[avr-rust fork]: https://github.com/rust-lang/rust/issues/44052#issuecomment-663394401].
190179

191180
# (When) will Rust support the Xtensa architecture?
192181

0 commit comments

Comments
 (0)