Changes between Initial Version and Version 1 of Ticket #62927, comment 1


Ignore:
Timestamp:
May 19, 2021, 1:16:57 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62927, comment 1

    initial v1  
    11If you choose a clang that is approximately similar to the current Xcode clang as the primary fallback compiler, you maximize successful builds.
    22
    3 If you choose the newest released clang, you get many many more build errors, but (arguably) function as the canary in the coal mine for finding software that needs fixing before Xcode finds it. This was not much fun a few years ago when clang 9 was first selected as our primary fallback, when Xcode was more like clang 5. Xcode has just now caught up to clang 9, as noted with all the recent VERSION errors showingbup.
     3If you choose the newest released clang, you get many many more build errors, but (arguably) function as the canary in the coal mine for finding software that needs fixing before Xcode finds it. This was not much fun a few years ago when clang 9 was first selected as our primary fallback, when Xcode was more like clang 5. Xcode has just now caught up to clang 9, as noted with all the recent VERSION errors showing up.
    44
    55You can get an idea where the software world is by looking at what the linux distros are defaulting too as well.