Conversation
Contributor
Author
|
Verified locally that the bump is fully transitive — no $ drv=$(nix eval --raw .#rts.drvPath)
$ nix-store --query --requisites "$drv" | grep -E 'clang-(wrapper-)?(19|20)'
(empty)
$ nix-store --query --requisites "$drv" | grep -E 'clang-(wrapper-)?21' | sort -u
.../clang-21.1.8.drv (×2)
.../clang-wrapper-21.1.8.drv (×10 bootstrap variants)So the rts builds against |
Contributor
Mechanical \`llvmPackages_20\` → \`llvmPackages_21\`, \`clang_20\` → \`clang_21\`, \`clang-20\`/\`wasm-ld-20\` → \`clang-21\`/\`wasm-ld-21\`, across: - \`flake.nix\` (\`WASM_CLANG\`, \`WASM_CLANG_LIB\`, \`CLANG\`) - \`nix/rts.nix\`, \`nix/tests.nix\`, \`nix/ic-wasm.nix\` - \`rts/Makefile\`, \`rts/README.md\`, \`test/ld/Makefile\` \`rustStdDepsHash\` unchanged (no rust-nightly move). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Mechanical bump from clang/llvm 20 to 21 across the nix flake and the RTS Makefile. Same shape as PR #6009 (clang 19 → 20).
flake.nix—WASM_CLANG,WASM_CLANG_LIB,CLANGnix/rts.nix,nix/tests.nix,nix/ic-wasm.nix—llvmPackages_20→llvmPackages_21rts/Makefile,rts/README.md,test/ld/Makefile—clang-20/wasm-ld-20→clang-21/wasm-ld-21rustStdDepsHashunchanged (rust-nightly didn't move).Test plan
tests,gc-tests,common-testsall pass with the v21 toolchain on linux and macOS runners.nix build .#rtssucceeds locally.nix build .#tests.ldregenerates the samerepresentative.linked.wat.ok(clang-21'swasm-ldmay shift the golden — accept if so).Draft until #6009 merges; converting + merge in a week.
🤖 Generated with Claude Code