Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c8c183e

Browse files
red1bluelosttshepang
authored andcommitted
Updates text to refer to LLVM documentation.
1 parent 680412f commit c8c183e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/rustc-dev-guide/src/building/prerequisites.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Before building the compiler, you need the following things installed:
1212

1313
If building LLVM from source (the default), you'll need additional tools:
1414

15-
* `g++` 7.1 or later, `clang++` 5.0 or later, or MSVC 2019 or later.
15+
* `g++`, `clang++`, or MSVC with version listed on <!-- date-check: Aug 2022 -->
16+
[LLVM's documentation](https://releases.llvm.org/13.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library)
1617
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
1718
* `cmake` 3.13.4 or later
1819

0 commit comments

Comments
 (0)