about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-07-11 00:58:17 +0200
committerGitHub <noreply@github.com>2023-07-11 00:58:17 +0200
commitc2d4af6a63d74523e9ae18cb7dbca9ab0d03c80b (patch)
treebbbe420a14fad96cee8e57320c4724818ea5450a
parentd2a3afebddfeca65219025f712f49f828939e207 (diff)
parent68a381f38e97c3aef6e395841e4981f60785bba3 (diff)
downloadrust-c2d4af6a63d74523e9ae18cb7dbca9ab0d03c80b.tar.gz
rust-c2d4af6a63d74523e9ae18cb7dbca9ab0d03c80b.zip
Rollup merge of #113543 - cuviper:triagebot-llvm, r=jyn514
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.
-rw-r--r--triagebot.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 13e6d3ebe60..da9d167bd3e 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -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."