From 7edf3270670fe292d00ea54f74392ac704a2074f Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Sat, 11 Jan 2025 09:43:37 +0300 Subject: [PATCH] update outdated LLVM stamp filename Signed-off-by: onur-ozkan --- src/backend/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/debugging.md b/src/backend/debugging.md index 275a1777a..805291017 100644 --- a/src/backend/debugging.md +++ b/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