Changes between Initial Version and Version 1 of Ticket #60252, comment 2


Ignore:
Timestamp:
Mar 27, 2020, 1:43:09 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60252, comment 2

    initial v1  
    33Apple has not enabled any testing for the libc++ version installed; instead, it assumes that certain OS versions have certain versions of libc++. This is mostly true, of course.
    44
    5 However, if we ever do start upgrading libc++ on these older 10.7 to 10.12 systems, which we could do, then we would want to disable tis system version testing.
     5However, if we ever do start upgrading libc++ on these older 10.7 to 10.12 systems, which we could do, then we would want to disable this system version testing.
    66
    7 There is a simple toggle to disable in in a clang header called {{{_config}}}, and I have disable that OS version testing on my older systems to not artificially limit them when the libc++ version often has all these capabilities.
     7There is a simple toggle to disable it in a clang header called {{{_config}}}, and I have disabled that OS version testing on my older systems to not artificially limit them, when the libc++ version often has all these capabilities.