[PATCH] D79474: [Windows EH] Fix the order of Nested try-catches in $tryMap$ table

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 13:00:43 PDT 2020


majnemer added inline comments.


================
Comment at: llvm/lib/CodeGen/WinEHPrepare.cpp:269
+    //  stored in pre-order (outer first, inner next), not post-order
+    //  Add to map here.  Fix the CatchHIgh after children are processed
+    addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchLow, Handlers);
----------------
CatchHIgh -> CatchHigh


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79474/new/

https://reviews.llvm.org/D79474





More information about the llvm-commits mailing list