[PATCH] D33041: [ELF] - Set DF_STATIC_TLS flag for x86_64 target.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 10:40:39 PDT 2017
ruiu added a comment.
Can you verify that you actually cannot dlopen() an .so file if the file has the DF_STATIC_TLS flag? I want to make sure that glibc actually uses the flag.
https://reviews.llvm.org/D33041
More information about the llvm-commits
mailing list