[PATCH] D11097: New EH representation for MSVC compatibility

David Majnemer david.majnemer at gmail.com
Sat Jul 11 16:34:54 PDT 2015


majnemer added inline comments.

================
Comment at: lib/IR/Verifier.cpp:187-188
@@ -186,1 +186,4 @@
 
+  /// \brief The result value from the personality function.
+  Type *PersonalityFnResultTy;
+
----------------
JosephTremoulet wrote:
> Could this be split out to check catches and cleanups separately?  The CoreCLR's personality uses different types (cleanups are not provided a pointer to the in-flight exception).
Sure, will do.


http://reviews.llvm.org/D11097







More information about the llvm-commits mailing list