The linker needs to know that the symbols are thread-local to do its job properly. llvm-svn: 267473
Darwin TLS accesses most closely resemble ELF's general-dynamic situation, since they have to be able to handle all possible situations. The descriptors and so on are obviously slightly different though. llvm-svn: 257039