Skip to content

Commit 8dfb8c1

Browse files
committed
add note about rebuilding llvm
1 parent 885ab7e commit 8dfb8c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/how-to-build-and-run.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ debug = true
4242
```
4343

4444
If you have already built `rustc`, then you may have to execute `rm -rf build` for subsequent
45-
configuration changes to take effect.
45+
configuration changes to take effect. Note that `./x.py clean` will not cause a
46+
rebuild of LLVM, so if your configuration change affects LLVM, you will need to
47+
manually `rm -rf build/` before rebuilding.
4648

4749
### What is `x.py`?
4850

0 commit comments

Comments
 (0)