summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/exceptions-seh-nested-finally.c
Commit message (Collapse)AuthorAgeFilesLines
* [SEH] Pass the frame pointer from SEH finally to finally functionsSanjin Sijaric2019-01-161-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
OpenPOWER on IntegriCloud