]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
authorbors <bors@rust-lang.org>
Sat, 14 Aug 2021 22:29:27 +0000 (22:29 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Aug 2021 22:29:27 +0000 (22:29 +0000)
commit85109e257ac97a0904106cafaf6e014c1d812326
tree489892f68d2ce963169cedb6eb781df2b5189dcf
parent8007b506ac5da629f223b755f5a5391edd5f6d01
parent3fd463a5ca98c54b4e79271280c69ce5468e1173
Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa

Add support for clobber_abi to asm!

This PR adds the `clobber_abi` feature that was proposed in #81092.

Fixes #81092

cc `@rust-lang/wg-inline-asm`

r? `@nagisa`
compiler/rustc_builtin_macros/src/asm.rs
compiler/rustc_codegen_llvm/src/asm.rs
compiler/rustc_span/src/symbol.rs