Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SEH] Pass the frame pointer from SEH finally to finally functions | Sanjin Sijaric | 2019-01-16 | 1 | -0/+26 |
Pass the frame pointer that the first finally block receives onto the nested finally block, instead of generating it using localaddr. Differential Revision: https://reviews.llvm.org/D56463 llvm-svn: 351302 |