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

Upgrade to LLVM 16 #107224

Merged
merged 4 commits into from
Mar 18, 2023
Merged

Upgrade to LLVM 16 #107224

merged 4 commits into from
Mar 18, 2023

Commits on Mar 17, 2023

  1. Update host compiler to LLVM 16

    This updates the host compiler for dist-x86_64-linux to LLVM 16,
    pulling in the BOLT fix at
    llvm/llvm-project@1de305d,
    which is needed to update Rust to LLVM 16.
    nikic committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a8a7f84 View commit details
    Browse the repository at this point in the history
  2. Upgrade to LLVM 16

    nikic committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f4f322c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183f00c View commit details
    Browse the repository at this point in the history
  4. Increase array size in array-map.rs

    Make sure that the loop is not fully unrolled (which allows
    eliminating the allocas) in LLVM 16 either.
    nikic committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b238a76 View commit details
    Browse the repository at this point in the history