rustc_llvm need to be rebuilt after ./x.py check #71152
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
repo @ edc0258
running
invalidates the build cache for the
rustc_llvm
crate.This means that after
the last
x.py build
will have to rebuildrustc_llvm
,rustc_codegen_llvm
,rustc_interface
,rustc_driver
andrustc-main
which is less than optional given no code was changed.The text was updated successfully, but these errors were encountered: