Changes between Initial Version and Version 1 of Ticket #52585, comment 5


Ignore:
Timestamp:
Jan 19, 2017, 6:09:13 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52585, comment 5

    initial v1  
    1 so far I've had no luck with this using libcxx with 10.6; something I saw in the comments on a page in the libcxxabi code review portal suggested that perhaps 10.6 couldn't be supported with TLS, but at the moment I can't re-find that page.
     1so far I've had no luck with this using libcxx with 10.6; something I saw in the comments on the referenced page above suggested it may not be possible.
     2
     3{{{
     4You'll have to guard it against all the platforms that don't support TLS. Darwin 10.6 is one of them.
     5}}}
    26
    37Perhaps of some interest, libgcc's stdlibc++ does appear to support TLS on 10.6 (successfully building and running the software I was trying use, glbinding, so there is something to ponder if one really needs TLS and is prepared to go through a few hoops.