Update more occurrences of system llvm link

This commit is contained in:
Justus K 2020-10-08 17:41:37 +02:00 committed by Joshua Nelson
parent ac6fb7efa1
commit 1ae9303960
2 changed files with 2 additions and 2 deletions

View File

@ -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 able to configure Rust to treat your build as the [system
LLVM][sysllvm] to avoid redundant builds. LLVM][sysllvm] to avoid redundant builds.
[sysllvm]: ./suggested.md#building-with-system-llvm [sysllvm]: ./suggested.md#skipping-llvm-build
## Creating a target specification ## Creating a target specification

View File

@ -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. Otherwise, you'll need LLVM installed and `llvm-config` in your path.
See [this section for more info][sysllvm]. See [this section for more info][sysllvm].
[sysllvm]: ./suggested.md#building-with-system-llvm [sysllvm]: ./suggested.md#skipping-llvm-build
### Windows ### Windows