[PATCH] D33041: [ELF] - Set DF_STATIC_TLS flag for x86_64 target.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 06:29:07 PDT 2017


>I just cloned musl and DF_STATIC_TLS is not used anywhere.
>
>glibc used to use it, but doesn't since 2002
>(2430d57a13f4f10312e13c58962cd9104e6428fd).
>
>It is also not used by the freebsd one.
>
>Given the above, I think we should remove support for the flag for now.
>
>Cheers,
>Rafael

Rui, do you know reasons why we would want to keep it ? (Since PR32437 was reported by you initially)

George.


More information about the llvm-commits mailing list