iOS progress

Jacob Carlborg via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Feb 16 06:29:57 PST 2015


On 2015-02-15 20:19, Dan Olson wrote:

> For iOS, TLS is working fine with the modification I made to LLVM last
> spring.  Newer arm64 devices are supposed to natively support TLS, but I
> don't have an arm64 device yet.  The iphonesim ironically does not
> support TLS because of a check in ld to make sure TLS doesn't slip in.
> Obviously it could support it.  I have ideas of how to get around the
> check.

I had a look at the TLS commits as well. Is iOS using the 
"__tls_get_addr" symbol? On OS X "tlv_get_addr" is used.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list