rust/compiler/rustc_codegen_ssa
Folkert de Vries b27942853e
naked_asm: emit a label starting with func_end
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
2025-09-19 21:53:06 +02:00
..
src naked_asm: emit a label starting with func_end 2025-09-19 21:53:06 +02:00
Cargo.toml Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiser 2025-09-09 03:56:41 +00:00
messages.ftl tidy: check that error messages don't start with a capitalized letter 2025-09-10 21:45:07 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.