summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/darwin-tls.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-0/+17
| | | | | | | The linker needs to know that the symbols are thread-local to do its job properly. llvm-svn: 267473
* ARM: support TLS accesses on Darwin platformsTim Northover2016-01-071-0/+165
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
OpenPOWER on IntegriCloud