From 1ae9303960a51393b6e92949d3dcfea1485e7672 Mon Sep 17 00:00:00 2001 From: Justus K Date: Thu, 8 Oct 2020 17:41:37 +0200 Subject: [PATCH] Update more occurrences of system llvm link --- src/building/new-target.md | 2 +- src/building/prerequisites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/building/new-target.md b/src/building/new-target.md index 3bb77f7f..4873e665 100644 --- a/src/building/new-target.md +++ b/src/building/new-target.md @@ -28,7 +28,7 @@ If you have a local LLVM checkout that is already built, you *may* be able to configure Rust to treat your build as the [system LLVM][sysllvm] to avoid redundant builds. -[sysllvm]: ./suggested.md#building-with-system-llvm +[sysllvm]: ./suggested.md#skipping-llvm-build ## Creating a target specification diff --git a/src/building/prerequisites.md b/src/building/prerequisites.md index 63d5aca8..00692fda 100644 --- a/src/building/prerequisites.md +++ b/src/building/prerequisites.md @@ -19,7 +19,7 @@ If building LLVM from source (the default), you'll need additional tools: Otherwise, you'll need LLVM installed and `llvm-config` in your path. See [this section for more info][sysllvm]. -[sysllvm]: ./suggested.md#building-with-system-llvm +[sysllvm]: ./suggested.md#skipping-llvm-build ### Windows