[PATCH] [lld] [ELF] Support for general dynamic TLS relocations on X86_64

Rafael Auler rafaelauler at gmail.com
Fri Sep 26 13:41:18 PDT 2014


For example, if you strace the GNU ld when linking a TLS library, it will never open "ld.so". This suggests that the ELF linker should be self-contained with respect to the symbols of ld.so, providing hardwired definitions of them.

http://reviews.llvm.org/D5505






More information about the llvm-commits mailing list