diff options
| author | onur-ozkan <work@onurozkan.dev> | 2025-01-12 08:47:57 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2025-01-12 08:47:57 +0300 |
| commit | b54d65230f2c4cb3ca14fc2ff3fd1153531327ec (patch) | |
| tree | 432303e1c8145759e24c9b10a7c0632c6e0b5a42 /src/doc/rustc-dev-guide | |
| parent | fae26e7ffae16ef3f550c83ad2f45792621bb6b7 (diff) | |
| download | rust-b54d65230f2c4cb3ca14fc2ff3fd1153531327ec.tar.gz rust-b54d65230f2c4cb3ca14fc2ff3fd1153531327ec.zip | |
rustc-dev-guide: update outdated LLVM stamp filename
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/debugging.md b/src/doc/rustc-dev-guide/src/backend/debugging.md index 275a1777a99..805291017c2 100644 --- a/src/doc/rustc-dev-guide/src/backend/debugging.md +++ b/src/doc/rustc-dev-guide/src/backend/debugging.md @@ -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 |
