mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
b27942853e
The `cargo asm` tool pattern matches on such labels to figure out where functions end: normal functions generated by LLVM always do have such a label. We don't guarantee that naked functions emit such a label, but having `cargo asm` work is convenient
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.