From 270705068e5b11bfadf3411f8ab7d93917f6b5b5 Mon Sep 17 00:00:00 2001 From: Gnana Ganesh Date: Tue, 13 Feb 2024 16:20:58 +0530 Subject: [PATCH] fix update llvm build command --- src/backend/updating-llvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/updating-llvm.md b/src/backend/updating-llvm.md index dd16b1e2..53e0c217 100644 --- a/src/backend/updating-llvm.md +++ b/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