[lld] [lld] [docs] Update checkout instructions for building (PR #215464)
Daniel Scherzer via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 23:17:26 PDT 2026
https://github.com/DanielEScherzer created https://github.com/llvm/llvm-project/pull/215464
None
>From a3da1d5d8b073298f243738ab2ee83182f51a221 Mon Sep 17 00:00:00 2001
From: Daniel Scherzer <daniel.e.scherzer at gmail.com>
Date: Mon, 10 Aug 2026 23:17:07 -0700
Subject: [PATCH] [lld] [docs] Update checkout instructions for building
---
lld/docs/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lld/docs/index.md b/lld/docs/index.md
index 7dba6f479e994..159ee090f20b3 100644
--- a/lld/docs/index.md
+++ b/lld/docs/index.md
@@ -72,9 +72,9 @@ disk latency/throughput, your results may vary.
## Build
-If you have already checked out LLVM using SVN, you can check out LLD
-under `tools` directory just like you probably did for clang. For the
-details, see [Getting Started with the LLVM System](https://llvm.org/docs/GettingStarted.html).
+If you have already checked out LLVM using git, you can check out LLD
+under the `lld` directory just like you probably did for clang with the `clang`
+directory. For the details, see [Getting Started with the LLVM System](https://llvm.org/docs/GettingStarted.html).
If you haven't checked out LLVM, the easiest way to build LLD is to
check out the entire LLVM projects/sub-projects from a git mirror and
More information about the llvm-commits
mailing list