This is a tracking issue for the RFC "2843" (rust-lang/rfcs#2843).
The feature gate for the issue is #![feature(llvm_asm)].
This issue tracks the legacy inline assembly macro llvm_asm! which more-or-less maps directly to LLVM's internal representation of inline assembly.
There is currently no plan for stabilizing this macro, but there is a proposal to replace it with the new inline assembly macro specified in RFC 2873 (rust-lang/rfcs#2873).
Implementation PR: #68404
This is a tracking issue for the RFC "2843" (rust-lang/rfcs#2843).
The feature gate for the issue is
#![feature(llvm_asm)].This issue tracks the legacy inline assembly macro
llvm_asm!which more-or-less maps directly to LLVM's internal representation of inline assembly.There is currently no plan for stabilizing this macro, but there is a proposal to replace it with the new inline assembly macro specified in RFC 2873 (rust-lang/rfcs#2873).
Implementation PR: #68404