Skip to content

rustc_llvm need to be rebuilt after ./x.py check #71152

Closed
@matthiaskrgr

Description

@matthiaskrgr

repo @ edc0258
running

./x.py build
./x.py check

invalidates the build cache for the rustc_llvm crate.
This means that after

./x.py build
./x.py check
./x.py build

the last x.py build will have to rebuild rustc_llvm, rustc_codegen_llvm, rustc_interface, rustc_driver and rustc-main which is less than optional given no code was changed.

Metadata

Metadata

Labels

C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions