mirror of https://github.com/rust-lang/rust.git
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.
This commit is contained in:
parent
05b82e551e
commit
68a381f38e
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue