Changes between Initial Version and Version 1 of Ticket #58579, comment 6


Ignore:
Timestamp:
Jul 23, 2020, 4:14:10 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58579, comment 6

    initial v1  
    11Upstream seems to rarely understand the nuances between LLVM-clang compiler capabilities and Xcode versions.
    22
    3 After all -- why required a certain Xcode version? clang capability? We cover that easily with newer compilers. Certain system feature? LegacySupport supplies almost anything we need. Specific MacOSX SDK feature -- this might be an issue -- but often we can use a newer SDK, or work around it with a bit of minor {{{#ifdef}}}ing.
     3After all -- why require a certain Xcode version? clang capability? We cover that easily with newer compilers. Certain system feature? LegacySupport supplies almost anything we need. Specific MacOSX SDK feature -- this might be an issue -- but often we can use a newer SDK, or work around it with a bit of minor {{{#ifdef}}}ing.
    44
    55There are really only very rare reasons a certain Xcode version might be needed -- it's usually some combination of the above, and a Pull Request that is accepted, submitted by someone who often doesn't understand the actual problem quite like we might, judging by the PRs I've seen accepted.