[libcxx-commits] [PATCH] D155278: [libc++][mingw] TLS cleanup on windows

Jessica Clarke via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 14 03:50:03 PDT 2023


jrtc27 added a comment.

I'll also note libcxxabi/src/cxa_thread_atexit.cpp has some documented hairiness around __libcpp_tls_create, and that both it and __thread_specific_ptr are users of __libcpp_tls_create that presumably have similar issues to the one discussed here for __cxa_get_globals.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155278



More information about the libcxx-commits mailing list