[LLVMdev] Naked functions

reed kotler rkotler at mips.com
Sun Apr 21 15:35:39 PDT 2013


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.








More information about the llvm-dev mailing list