Skip to content

Commit eecd68c

Browse files
committed
rustc-dev-guide: update outdated LLVM stamp filename
Signed-off-by: onur-ozkan <[email protected]>
1 parent 9ccfdd1 commit eecd68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ These tools include:
5656

5757
By default, the Rust build system does not check for changes to the LLVM source code or
5858
its build configuration settings. So, if you need to rebuild the LLVM that is linked
59-
into `rustc`, first delete the file `llvm-finished-building`, which should be located
59+
into `rustc`, first delete the file `.llvm-stamp`, which should be located
6060
in `build/<host-triple>/llvm/`.
6161

6262
The default rustc compilation pipeline has multiple codegen units, which is

0 commit comments

Comments
 (0)