[PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
    John McCall 
    rjmccall at gmail.com
       
    Mon Nov 17 19:19:22 PST 2014
    
    
  
I can't review LLVM CodeGen patches; you need a backend person for that.  But one comment:
================
Comment at: include/llvm/MC/MCAsmInfo.h:50
@@ -49,2 +49,3 @@
   ItaniumWinEH, /// Itanium EH built on Windows unwind info (.pdata and .xdata)
+  MSVC,         /// MSVC compatible exception handling
 };
----------------
Let's not call this just "MSVC" when we know that MSVC actually uses several different schemes.
http://reviews.llvm.org/D6300
    
    
More information about the llvm-commits
mailing list