[PATCH] D53540: [COFF, ARM64] Implement support for SEH extensions __try/__except

Sanjin Sijaric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 12:21:24 PDT 2018


ssijaric added a comment.

We need to have a test case that checks for access to local variables from the finally and except funclets.  The parent's frame pointer is the second argument to both the filter functions and termination handlers, fro what I see.  We need to make sure that locals variables in funclets are being accessed off x1, and not the stack pointer.


https://reviews.llvm.org/D53540





More information about the llvm-commits mailing list