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

swift: 5.7.3 -> 5.8 #225197

Merged
merged 3 commits into from
May 5, 2023
Merged

swift: 5.7.3 -> 5.8 #225197

merged 3 commits into from
May 5, 2023

Commits on Apr 30, 2023

  1. llvmPackages_15.compiler-rt: fix missing builtins

    Darwin-specific builtins were present on x86-64-darwin, but not on
    aarch64-darwin. This is the same issue as NixOS#186575, but while the fixes
    were correctly applied to LLVM 15, we were still disabling the build of
    builtins on aarch64-darwin. Likely just a confusion.
    stephank committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    c96a05a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88be91f View commit details
    Browse the repository at this point in the history
  3. swift: 5.7.3 -> 5.8

    stephank committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    f85d121 View commit details
    Browse the repository at this point in the history