about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-01-12 08:47:57 +0300
committeronur-ozkan <work@onurozkan.dev>2025-01-12 08:47:57 +0300
commitb54d65230f2c4cb3ca14fc2ff3fd1153531327ec (patch)
tree432303e1c8145759e24c9b10a7c0632c6e0b5a42 /src/doc/rustc-dev-guide
parentfae26e7ffae16ef3f550c83ad2f45792621bb6b7 (diff)
downloadrust-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.md2
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