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

Add a swift-corelibs-foundation specific workaround #7425

Merged

Commits on Mar 26, 2024

  1. Give clang target description access to the package it's associated with

    We need this information to set `-w` and other package specific options.
    xedin committed Mar 26, 2024
    Copy the full SHA
    c86ea69 View commit details
    Browse the repository at this point in the history
  2. Add a workaround for swift-corelibs-foundation on Linux/Android

    CoreFoundation depends on dispatch, this dependency is implicit
    and dispatch itself is bundled with swift toolchains. Let's add
    a package specific workaround for Linux/Android targets to add
    toolchain resources directory to search paths of clang build targets.
    xedin committed Mar 26, 2024
    Copy the full SHA
    0871a04 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d6cfaeb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a85039c View commit details
    Browse the repository at this point in the history