Auto merge of #3739 - joboet:macos_tls_dtors, r=RalfJung

Implement support for multiple TLS destructors on macOS

I want to get rid of [this `#[cfg]` block](98dcbae5c9/library/std/src/thread/mod.rs (L195-L211)) in `std`, but it is currently required for miri, as it does not support multiple macOS TLS destructors. This is not true for the platform itself, however, as can be observed in the [implementation](d552c40cd1/dyld/DyldRuntimeState.cpp (L2239)).
This commit is contained in:
bors 2024-07-09 06:13:23 +00:00
commit 50fb5d5335

Diff content is not available