add note about rebuilding llvm
This commit is contained in:
parent
f706365749
commit
6ad9c2f2d3
|
|
@ -42,7 +42,9 @@ debug = true
|
|||
```
|
||||
|
||||
If you have already built `rustc`, then you may have to execute `rm -rf build` for subsequent
|
||||
configuration changes to take effect.
|
||||
configuration changes to take effect. Note that `./x.py clean` will not cause a
|
||||
rebuild of LLVM, so if your configuration change affects LLVM, you will need to
|
||||
manually `rm -rf build/` before rebuilding.
|
||||
|
||||
### What is `x.py`?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue