ARM: support TLS accesses on Darwin platforms
authorTim Northover <tnorthover@apple.com>
Thu, 7 Jan 2016 09:03:03 +0000 (09:03 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 7 Jan 2016 09:03:03 +0000 (09:03 +0000)
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


No differences found