In gcc, naked functions do not have a return instruction.
It seems that in llvm they always have a return, although the prologue and epilogue is suppressed.
In gcc, naked functions do not have a return instruction.
It seems that in llvm they always have a return, although the prologue and epilogue is suppressed.