[PATCH] D50564: Add support for SEH unwinding on Windows.
Kristina Brooks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 20 12:19:21 PDT 2018
kristina added a comment.
I'm all for this change except the core issue is that you're using libunwind as a shim around the actual unwinding API provided by Windows. It would be nice to have something that did not have to do that and was capable of performing unwinding of SEH-style exceptions without needing additional runtime support.
Repository:
rUNW libunwind
https://reviews.llvm.org/D50564
More information about the llvm-commits
mailing list