[libcxx-commits] [PATCH] D108082: [libc++abi] Apply simplify scan_eh_tab to SjLj

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 18 07:08:53 PDT 2021


mstorsjo added a comment.

In D108082#2950631 <https://reviews.llvm.org/D108082#2950631>, @kaz7 wrote:

> @mstorsjo Is it possible to test this on mingw with SjLj?

I'm testing, but it seems like SjLj for mingw targets broke somewhere between 11.0.0 and 12.0.0 - currently trying to look into whether it is a code generation bug or a bug in libcxxabi/libunwind somewhere (and if it's a bug that is fixed by this patch).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108082



More information about the libcxx-commits mailing list