Update default LLVM prebuilts to 21.1.8 - #4
Open
brandonros wants to merge 1 commit into
Open
brandonros wants to merge 1 commit into
brandonros wants to merge 1 commit into
Conversation
brandonros
marked this pull request as ready for review
September 13, 2026 22:31
Contributor
Author
|
@LegNeato i think it might be smart to merge this and then let the 1 hour CI do a release and build the expensive LLVM artifacts, and there's a PR on rust-cuda that goes with it and uses them. any interest? meh? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the default LLVM prebuilt version from 19.1.7 to 21.1.8 and align the documented examples. The workflow continues to accept explicit versions, including LLVM 7.1.0.
A trial LLVM 21.1.8 build failed on Windows while extracting three
llvm/utils/mlgo-utilscompatibility symlinks before their Python targets existed. Extract that Python package first for LLVM 21+ before the existing subtree extraction, allowing Git for Windows tar to materialize the links.Validation: Bash syntax, workflow YAML parsing, and diff checks pass. In the build of this commit, Linux x86_64, Linux aarch64, and Windows x86_64 all succeeded and uploaded their archives. The complete workflow passed. Release publication is disabled during validation.
The PR contains one commit directly on upstream master. The fork's master now matches upstream exactly.