Skip to content

Commit 2707050

Browse files
gnana-ganesh-twtshepang
authored andcommitted
fix update llvm build command
1 parent 2d723b7 commit 2707050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/updating-llvm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ so let's go through each in detail.
9090
`src/llvm-project` to ensure submodule updates aren't reverted.
9191
Some commands you should execute are:
9292

93-
* `./x build src/llvm` - test that LLVM still builds
93+
* `./x build src/llvm-project` - test that LLVM still builds
9494
* `./x build src/tools/lld` - same for LLD
9595
* `./x build` - build the rest of rustc
9696

0 commit comments

Comments
 (0)