Skip to content

Commit

Permalink
Rollup merge of #113543 - cuviper:triagebot-llvm, r=jyn514
Browse files Browse the repository at this point in the history
Remove `rustc_llvm` from llvm-stamp nags

LLVM is not *built* by `compiler/rustc_llvm` at all, only bindings on
top of it, so there's no need to bump `download-ci-llvm-stamp` for that.
  • Loading branch information
matthiaskrgr authored Jul 10, 2023
2 parents d2a3afe + 68a381f commit c2d4af6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,6 @@ message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If approp

[mentions."src/bootstrap/llvm.rs"]
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
[mentions."compiler/rustc_llvm/build.rs"]
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
[mentions."compiler/rustc_llvm/llvm-wrapper"]
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."

[mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
message = "Changes to the code generated for builtin derived traits."
Expand Down

0 comments on commit c2d4af6

Please sign in to comment.