From: Tim Northover Date: Thu, 7 Jan 2016 09:03:03 +0000 (+0000) Subject: ARM: support TLS accesses on Darwin platforms X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=928410cd128d16105d07309906f926ca4de3de96;hp=928410cd128d16105d07309906f926ca4de3de96 ARM: support TLS accesses on Darwin platforms 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257039 91177308-0d34-0410-b5e6-96231b3b80d8 ---