[PATCH] D17721: [WinEH] Make setjmp work correctly with EH

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 29 11:14:59 PST 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/Target/X86/X86WinEHState.cpp:520
@@ -519,3 +603,7 @@
 
-  return !CS.doesNotThrow();
 }
----------------
Anything wrong with the old spelling?


http://reviews.llvm.org/D17721





More information about the llvm-commits mailing list