Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't spill operands onto the stack in naked functions
Currently, the code spills operands onto the stack for the purpose of debuginfo. However, naked functions can only contain an asm block. Therefore, attempting to spill the operands on the stack is undefined behavior. Fixes #42779 cc #32408
- Loading branch information