rustc-dev-guide: update outdated LLVM stamp filename
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
fae26e7ffa
commit
b54d65230f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ These tools include:
|
|||
|
||||
By default, the Rust build system does not check for changes to the LLVM source code or
|
||||
its build configuration settings. So, if you need to rebuild the LLVM that is linked
|
||||
into `rustc`, first delete the file `llvm-finished-building`, which should be located
|
||||
into `rustc`, first delete the file `.llvm-stamp`, which should be located
|
||||
in `build/<host-triple>/llvm/`.
|
||||
|
||||
The default rustc compilation pipeline has multiple codegen units, which is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue