[PATCH] Handle nested landing pads in outlined catch handlers for	Windows C++ EH
    Andy Kaylor 
    andrew.kaylor at intel.com
       
    Thu Apr  2 17:29:01 PDT 2015
    
    
  
REPOSITORY
  rL LLVM
================
Comment at: lib/CodeGen/WinEHPrepare.cpp:699
@@ +698,3 @@
+  parseEHActions(EHActions, ActionList);
+  // FIXME: Replace this with a call to parseEHActions when it's ready.
+  for (auto *Action : ActionList) {
----------------
majnemer wrote:
> Can you please clarify this FIXME?
Oops.  That was there from a previous revision.  It should have been deleted.
http://reviews.llvm.org/D8596
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
    
    
More information about the llvm-commits
mailing list