[libcxx-commits] [PATCH] D138461: [libcxxabi] Always use thread_local for cxa_exception_storage

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 24 05:31:48 PST 2022


ldionne added a comment.

I actually did come across breakage on several downstream platforms that apparently do not support `thread_local`. I'll have to investigate. I would support reverting this to give us time to investigate a bit.

In D138461#3947029 <https://reviews.llvm.org/D138461#3947029>, @smeenai wrote:

> It's not. I'm out for a few days; could you revert this for me please?

I'll do that now, but let's take the time to figure out what we can clean up here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138461



More information about the libcxx-commits mailing list