[PATCH] D11097: New EH representation for MSVC compatibility
Joseph Tremoulet
jotrem at microsoft.com
Sat Jul 11 11:54:30 PDT 2015
JosephTremoulet 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;
+
----------------
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).
http://reviews.llvm.org/D11097
More information about the llvm-commits
mailing list