diff options
| author | Micah Weston <56404753+red1bluelost@users.noreply.github.com> | 2022-08-27 00:19:22 -0400 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2022-08-27 06:25:51 +0200 |
| commit | c8c183e684218ffbf4e46467e470eddf6fdfa53d (patch) | |
| tree | 2974e861f53eea5051244eb12d0bf607cc0cf3a5 /src/doc/rustc-dev-guide | |
| parent | 680412f0183b45d84175f029da4b8ad0a394e1ca (diff) | |
| download | rust-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.md | 3 |
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 |
