about summary refs log tree commit diff
path: root/tests/assembly-llvm/naked-functions
AgeCommit message (Collapse)AuthorLines
2025-09-19naked_asm: emit a label starting with `func_end`Folkert de Vries-0/+1
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-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-0/+280