fix update llvm build command

This commit is contained in:
Gnana Ganesh 2024-02-13 16:20:58 +05:30 committed by Tshepang Mbambo
parent 2d723b72d2
commit 270705068e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ so let's go through each in detail.
`src/llvm-project` to ensure submodule updates aren't reverted. `src/llvm-project` to ensure submodule updates aren't reverted.
Some commands you should execute are: 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 src/tools/lld` - same for LLD
* `./x build` - build the rest of rustc * `./x build` - build the rest of rustc