about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMicah Weston <56404753+red1bluelost@users.noreply.github.com>2022-08-27 00:19:22 -0400
committerTshepang Mbambo <tshepang@gmail.com>2022-08-27 06:25:51 +0200
commitc8c183e684218ffbf4e46467e470eddf6fdfa53d (patch)
tree2974e861f53eea5051244eb12d0bf607cc0cf3a5 /src/doc/rustc-dev-guide
parent680412f0183b45d84175f029da4b8ad0a394e1ca (diff)
downloadrust-c8c183e684218ffbf4e46467e470eddf6fdfa53d.tar.gz
rust-c8c183e684218ffbf4e46467e470eddf6fdfa53d.zip
Updates text to refer to LLVM documentation.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/prerequisites.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/prerequisites.md b/src/doc/rustc-dev-guide/src/building/prerequisites.md
index 0ee0f1ed2ad..947e49c5fab 100644
--- a/src/doc/rustc-dev-guide/src/building/prerequisites.md
+++ b/src/doc/rustc-dev-guide/src/building/prerequisites.md
@@ -12,7 +12,8 @@ Before building the compiler, you need the following things installed:
 
 If building LLVM from source (the default), you'll need additional tools:
 
-* `g++` 7.1 or later, `clang++` 5.0 or later, or MSVC 2019 or later.
+* `g++`, `clang++`, or MSVC with version listed on <!-- date-check: Aug 2022 -->
+  [LLVM's documentation](https://releases.llvm.org/13.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library)
 * `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
 * `cmake` 3.13.4 or later