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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 12 13:20:56 PDT 2020


efriedma added a comment.

Instead of asserting there are less than 256 cleanup destinations, can you emit an icmp against zero, or something like that?


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