Skip to content

Commit 27af5ed

Browse files
authored
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)
2 parents 703b728 + be9b133 commit 27af5ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

+7
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,13 @@ message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appro
477477
[mentions."src/bootstrap/defaults/config.codegen.toml"]
478478
message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If appropriate, please also update `config.compiler.toml` so the defaults are in sync."
479479

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."
486+
480487
[mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
481488
message = "Changes to the code generated for builtin derived traits."
482489
cc = ["@nnethercote"]

0 commit comments

Comments
 (0)