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

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 13:14:16 PDT 2015


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/CodeGen/AsmPrinter/WinException.cpp:882
@@ +881,3 @@
+}
+static int getAncestor(WinEHFuncInfo &FuncInfo, int Left, int Right) {
+  int LeftRank = getRank(FuncInfo, Left);
----------------
nit: blank line between functions.


http://reviews.llvm.org/D13451





More information about the llvm-commits mailing list