[PATCH] D50564: Add support for SEH unwinding on Windows.

Kristina Brooks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 21:59:36 PDT 2018


kristina added a comment.

I'd say LGTM since it's an introduction of any sort of **runtime** within the LLVM project scope that deals with SEH specifically. So far all the published code is pretty much exclusively related to Clang/LLVM IR and MC support for codegen of SEH related code, but with an implicit reliance on core Windows runtime and other goodies being around. Even if not super polished, as long as it does not cause regressions in other parts of libunwind, it's a start nontheless.


Repository:
  rUNW libunwind

https://reviews.llvm.org/D50564





More information about the llvm-commits mailing list