You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #112619 - jyn514:llvm-reminder, r=Mark-Simulacrum
Suggest bumping download-ci-llvm-stamp if the build config for llvm changes
This will hopefully avoid issues like #110474 where the uploaded `rust-dev` component doesn't match the one you'd get if you built LLVM from source.
cc #110474 (comment)
message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If appropriate, please also update `config.compiler.toml` so the defaults are in sync."
479
479
480
+
[mentions."src/bootstrap/llvm.rs"]
481
+
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
482
+
[mentions."compiler/rustc_llvm/build.rs"]
483
+
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
484
+
[mentions."compiler/rustc_llvm/llvm-wrapper"]
485
+
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
0 commit comments