diff options
| author | Gnana Ganesh <gnana.ganesh@thoughtworks.com> | 2024-02-13 16:20:58 +0530 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2024-02-13 14:13:06 +0200 |
| commit | dca74b19cfb4319666ba59f9f39ecccfaa80eb70 (patch) | |
| tree | 898f66436c7bd683939daff062e57942b0b10791 /src/doc/rustc-dev-guide | |
| parent | 51d72f3e35ce92e7b14e49b199363b2d83208839 (diff) | |
| download | rust-dca74b19cfb4319666ba59f9f39ecccfaa80eb70.tar.gz rust-dca74b19cfb4319666ba59f9f39ecccfaa80eb70.zip | |
fix update llvm build command
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/updating-llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md index dd16b1e28b6..53e0c217ec1 100644 --- a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md +++ b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md @@ -90,7 +90,7 @@ so let's go through each in detail. `src/llvm-project` to ensure submodule updates aren't reverted. Some commands you should execute are: - * `./x build src/llvm` - test that LLVM still builds + * `./x build src/llvm-project` - test that LLVM still builds * `./x build src/tools/lld` - same for LLD * `./x build` - build the rest of rustc |
