[PATCH] D13451: [WinEH] Add CoreCLR EH table emission
Joseph Tremoulet via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 11:39:29 PDT 2015
JosephTremoulet marked 2 inline comments as done.
================
Comment at: lib/CodeGen/AsmPrinter/WinException.cpp:1232-1235
@@ +1231,6 @@
+ uint32_t Flags = 0;
+ switch (Entry.HandlerType) {
+ case ClrHandlerType::Catch:
+ // Leaving bits 0-2 clear indicates catch.
+ break;
+ case ClrHandlerType::Filter:
----------------
I can (and did) reassociate so the add is on the result of the subtract.
http://reviews.llvm.org/D13451
More information about the llvm-commits
mailing list