initial-exec not reduced to less strict hint on unsupported platforms #87821
Labels
A-thread-locals
Area: Thread local storage (TLS)
requires-nightly
This issue requires a nightly compiler in some way.
As discovered in #81334 and "fixed" for the compiler in #85807, -Ztls-model=initial-exec does not work on some platforms. However, it seems like LLVM and/or rustc can automatically detect this on known unsupported platforms and either ignore or reduce the hint as needed.
See #85807 (comment), #85807 (comment).
The text was updated successfully, but these errors were encountered: