Skip to content

Commit

Permalink
rustc-dev-guide: update outdated LLVM stamp filename
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Jan 12, 2025
1 parent fae26e7 commit b54d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/src/backend/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b54d652

Please sign in to comment.