rust/compiler/rustc_codegen_ssa
bjorn3 ffdc292cca Don't begin defining a function when codegening a naked function
While LLVM is rather permissive in this regards, some other codegen
backends demand that once you declare a function for definition you
actually define contents of the function, which doesn't happen for naked
functions as we actually generate assembly for them.
2025-04-14 09:34:21 +00:00
..
2025-03-24 19:38:16 +03:00

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