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

Update to LLVM 17.0.6 #118936

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Update to LLVM 17.0.6 #118936

merged 3 commits into from
Dec 15, 2023

Commits on Dec 14, 2023

  1. Update to LLVM 17.0.6

    nikic committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bb7c483 View commit details
    Browse the repository at this point in the history
  2. Fix bootstrap test failures

    There are a number of fixes here:
     * if-unchanged is supposed to be the default for channel=dev, but
       actually used different logic. Make sure it is the same.
     * If no llvm section was specified at all, different logic was
       also used. Go through the standard helper.
     * Some more assertions should depend on if_unchanged.
    nikic committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5a8d6e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    601d52a View commit details
    Browse the repository at this point in the history