Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the buildbot failure introduced by r351404 | Sanjin Sijaric | 2019-01-17 | 1 | -1/+1 |
| | | | | | | | | | EXPENSIVE_CHECKS buildbots are failing due to r351404. Add x1 as live in to the funclet basic block for SEH funclets, as well as -verify-machineinstrs to the test case that triggered the failure. llvm-svn: 351472 | ||||
* | [SEH] [ARM64] Retrieve the frame pointer from SEH funclets | Sanjin Sijaric | 2019-01-17 | 1 | -0/+121 |
The Windows ARM64 runtime passes the establisher frame to funclets as the first argument. llvm-svn: 351404 |