[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 23:57:41 PDT 2020


pengfei added a comment.

In D79760#2033169 <https://reviews.llvm.org/D79760#2033169>, @tentzen wrote:

> Hi, Pengfei, 
>  Did you get to the root of the bug and check the correctness of ctor&dtor ordering on your test cases?
>  Or you just tried to copy MSVC?


No. I didn't find enough documentation that explain the mechanism of runtime. So I mainly compared to what MSVC's generation. Besides, the issue <https://bugs.llvm.org/show_bug.cgi?id=42266> I try to fix doesn't involve ctor&dtor. So I haven't checked that.


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