Skip to content

Tracking Issue for LLVM-style inline assembly (llvm_asm) #70173

Closed
@Amanieu

Description

@Amanieu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-inline-assemblyArea: Inline assembly (`asm!(…)`)B-unstableBlocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-langRelevant to the language team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions