Changes between Initial Version and Version 9 of Ticket #52585


Ignore:
Timestamp:
Feb 19, 2018, 6:25:55 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52585

    • Property Summary changed from libcxxabi -- attempts to add thread-local-storage (TLS) to <10.9 to libcxxabi -- attempts to add thread-local-storage (TLS) to <10.7
  • Ticket #52585 – Description

    initial v9  
    1 As per the mailing list discussion, a few ports are requesting TLS which is not available on systems prior to 10.9. This functionality is implemented in libcxxabi, and there are current efforts to provide a fallback mechanism for this detailed on the llvm website's libcxxxabi pages. < https://reviews.llvm.org/D21803>.
     1As per the mailing list discussion, a few ports are requesting TLS which is not available on systems prior to 10.7. This functionality is implemented in libcxxabi, and there are current efforts to provide a fallback mechanism for this detailed on the llvm website's libcxxxabi pages. < https://reviews.llvm.org/D21803>.
    22
    33This ticket hopes to follow the attempts to get this to work.