[PATCH] D79760: [WinEH64] Fix a crush issue when c++ exception nested in a particular form.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 21:00:48 PDT 2020
pengfei added a comment.
In D79760#2033052 <https://reviews.llvm.org/D79760#2033052>, @tentzen wrote:
> Hi, Pengfei,
> Is this the same bug as this patch, https://reviews.llvm.org/D79474/new/ , right?
Oh, yes. I can't believe we are doing the same work. Wish I could see your patch earlier. Do you test the 32 bits? I found the new layout did work on it. So I need to separate 64bits from it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79760/new/
https://reviews.llvm.org/D79760
More information about the llvm-commits
mailing list