Rebuild LLVM when it changed #54959
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
P-medium
Medium priority
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I've spent the past few hours looking through documentation for how to build rustc with a patched LLVM without success. Currently, the best I'm at is:
And then build with:
But even that doesn't rebuild anything unless I
rm -Rf build
. Which completely loses incremental compilation results.Is there any way to make this development workflow better? Rebuilding from scratch at every change is… painful.
The text was updated successfully, but these errors were encountered: