Skip to content

Commit 55a9790

Browse files
committed
Replace stage0-tools-bin with stage1-tools-bin
1 parent c52ba93 commit 55a9790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/optimized-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Here is an example of how can `opt-dist` be used locally (outside of CI):
118118
```
119119
3. Run the tool with the `local` mode and provide necessary parameters:
120120
```bash
121-
./build/host/stage0-tools-bin/opt-dist local \
121+
./build/host/stage1-tools-bin/opt-dist local \
122122
--target-triple <target> \ # select target, e.g. "x86_64-unknown-linux-gnu"
123123
--checkout-dir <path> \ # path to rust checkout, e.g. "."
124124
--llvm-dir <path> \ # path to built LLVM toolchain, e.g. "/foo/bar/llvm/install"

0 commit comments

Comments
 (0)