]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu
authorbors <bors@rust-lang.org>
Tue, 7 Dec 2021 14:23:01 +0000 (14:23 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Dec 2021 14:23:01 +0000 (14:23 +0000)
commit0b6f079e4987ded15c13a15b734e7cfb8176839f
tree3b189f1f470117f8ebc422b9a9fab4519114ca43
parentc5c94945096265b6d675b2f55a247c4799de8d87
parentc6e8ae1a6ceeffe343c214859e4eb686b7a71c95
Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu

Support AVR for inline asm!

A first pass at support for the AVR platform in inline `asm!`.  Passes the initial compiler tests, have not yet done more complete verification.

In particular, the register classes could use a lot more fleshing out, this draft PR so far only includes the most basic.

cc `@Amanieu` `@dylanmckay`
compiler/rustc_span/src/symbol.rs