Changes between Initial Version and Version 1 of Ticket #54773, comment 23


Ignore:
Timestamp:
Sep 11, 2017, 9:12:20 PM (7 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54773, comment 23

    initial v1  
    2222$ echo '__thread int a;' | clang -x c -o /dev/null -c - -mmacosx-version-min=10.7
    2323
    24  $ echo '__thread int a;' | clang -x c -o /dev/null -c - -mmacosx-version-min=10.6
     24$ echo '__thread int a;' | clang -x c -o /dev/null -c - -mmacosx-version-min=10.6
    2525<stdin>:1:1: error: thread-local storage is not supported for the current target
    2626__thread int a;