Eliminate the stack in functions with the noreturn nounwind attributes, and the noreturn-stack-elim target feature is enabled. This reduces the code size and stack space needed for noreturn functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM