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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to