+++ This bug was initially created as a clone of Bug #2263180 +++ Clang should support the -mtls-dialect=gnu2 option to enable TLS descriptors on x86-64, once LLVM provides support for them. We want to use TLS descriptors on x86-64. Lack of Clang support is not a blocker because the new TLS type and the legacy TLS type are fully interoperable (either approach can bind TLS symbols under any TLS model). There is Clang support for this feature on AArch64. Reproducible: Always
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
Clang supports -mtls-dialect=gnu2 now, and we have enabled it in redhat-rpm-config in https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/339, so closing this as complete.