[PATCH] D77982: [Windows SEH] Fix the frame-ptr of a nested-filter within a _finally
Ten Tzen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 01:33:25 PDT 2020
tentzen updated this revision to Diff 257227.
tentzen added a comment.
Do not use name comparison to locate parent's alloca of frame-pointer-addr.
search parent's LocalDeclMap instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77982/new/
https://reviews.llvm.org/D77982
Files:
clang/lib/CodeGen/CGException.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/test/CodeGen/windows-seh-filter-inFinally.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77982.257227.patch
Type: text/x-patch
Size: 4762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200414/e0b0a1cd/attachment-0001.bin>
More information about the cfe-commits
mailing list