[PATCH] D77936: [Windows SEH] Fix abnormal-exits in _try

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 11 13:52:07 PDT 2020


efriedma added a comment.

Needs a testcase in clang/test/CodeGen to verify the generated IR.

I haven't looked at this code in a while, but this looks reasonable.



================
Comment at: clang/lib/CodeGen/EHScopeStack.h:164
+        F_IsEHCleanupKind     = 0x4,
+        F_HasSehAbnormalExits = 0x8
       };
----------------
Please add a trailing comma here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77936





More information about the cfe-commits mailing list