[PATCH] D13451: [WinEH] Add CoreCLR EH table emission

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 10 12:17:53 PDT 2015


JosephTremoulet marked 3 inline comments as done.

================
Comment at: lib/CodeGen/AsmPrinter/WinException.cpp:1039
@@ +1038,3 @@
+      }
+    }
+    assert(HandlerStack.empty());
----------------
Ok, I've submitted the refactoring to the different iterator in D13623, and rebased this diff on top of that.


http://reviews.llvm.org/D13451





More information about the llvm-commits mailing list