[build] Upgrade @llvm to 0.8.9 - #17703
Merged
Merged
Conversation
Bumps the hermetic @llvm toolchain from 0.8.3 to 0.8.9 (LLVM 22.1.7), picking up the cross-language LTO / faster-link improvements and linker fixes in recent releases as recommended by the rules_rs maintainers. Trunk pins @llvm as a plain bazel_dep with no patch/override, so this is a straight version bump. Validated locally on macOS: module resolution, full compile+link of //rust:selenium-manager against @llvm 0.8.9, and the resulting binary runs.
This was referenced Jul 11, 2026
This was referenced Jul 15, 2026
This was referenced Jul 20, 2026
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.
Summary
Bumps the hermetic
@llvmtoolchain from 0.8.3 → 0.8.9 (LLVM 22.1.7).The rules_rs maintainers recommend tracking newer
@llvmfor recent linker/toolchain fixes. Trunk pins@llvmas a plainbazel_depwith no patch orsingle_version_override, so this is a straight version bump with nothing to reconcile.Validation
Built locally on macOS (arm64) against
@llvm0.8.9:llvm_toolchainsextension evaluate cleanly.bazel build //rust:selenium-managercompiles + links the full crate graph.CI exercises the full Linux/macOS/Windows matrix.