[PATCH] Add invoke of llvm.donothing to outlined catch and cleanup handlers to identify their personality

Andy Kaylor andrew.kaylor at intel.com
Tue Apr 7 10:13:37 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/CodeGen/WinEHPrepare.cpp:770
@@ +769,3 @@
+                                        Value *PersonalityFn) {
+  // FIXME: Finish this!
+  LLVMContext &Context = Handler->getContext();
----------------
rnk wrote:
> Do you think more work is necessary here? Unreachable seems like a reasonable thing to do.
No, that was a note to myself before I finished this function.  Sorry about that.

http://reviews.llvm.org/D8835

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list