From b54d65230f2c4cb3ca14fc2ff3fd1153531327ec Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Sun, 12 Jan 2025 08:47:57 +0300 Subject: [PATCH] rustc-dev-guide: update outdated LLVM stamp filename Signed-off-by: onur-ozkan --- src/doc/rustc-dev-guide/src/backend/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/backend/debugging.md b/src/doc/rustc-dev-guide/src/backend/debugging.md index 275a1777a996..805291017c27 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//llvm/`. The default rustc compilation pipeline has multiple codegen units, which is