[lld] [lld] [docs] Update checkout instructions for building (PR #215464)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 23:18:04 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lld

Author: Daniel Scherzer (DanielEScherzer)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/215464.diff


1 Files Affected:

- (modified) lld/docs/index.md (+3-3) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/215464


More information about the llvm-commits mailing list