[PATCH] D57183: [COFF, ARM64] Fix localaddress to handle stack realignment and variable size objects

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 13:43:32 PST 2019


mgrang added a comment.

In D57183#1378139 <https://reviews.llvm.org/D57183#1378139>, @TomTan wrote:

> In D57183#1378121 <https://reviews.llvm.org/D57183#1378121>, @mgrang wrote:
>
> > With this patch, most of the SEH tests in https://github.com/Microsoft/windows_seh_tests/blob/master/src/xcpt4/xcpt4u.c pass.
>
>
> Great to have this. Thanks @mgrang. Curious on what remaining tests fail in `xcpt4u.c`?


@tomtan Tests with features which have not yet been implemented (like __leave and asynchronous SEH) are failing.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57183/new/

https://reviews.llvm.org/D57183





More information about the llvm-commits mailing list