Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: put extern __thread stubs in a special section. | Tim Northover | 2016-04-25 | 1 | -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 platforms | Tim Northover | 2016-01-07 | 1 | -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 |