Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.0] CMake: add option to link Swift content from Darwin toolchain #73283

Commits on Apr 26, 2024

  1. [6.0] CMake: add option to link Swift content from Darwin toolchain

    This is needed in specific Apple internal configurations -- as a result
    of the limited applicability, this option is not exposed through
    `build-script` on purpose.
    
    Addresses rdar://127014753
    
    (cherry picked from commit 5f545b4)
    edymtt committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5f1191e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. [6.0] CMake: amend search path for Swift content from Darwin toolchain

    Additional testing showed that the path I initially choose does not work
    in all scenarios.
    
    Expands on apple#73255
    Still addresses rdar://127014753
    
    (cherry picked from commit 291065d)
    edymtt committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3e7d212 View commit details
    Browse the repository at this point in the history