We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a29d4 commit 20e571fCopy full SHA for 20e571f
src/building/prerequisites.md
@@ -12,7 +12,7 @@ Before building the compiler, you need the following things installed:
12
13
If building LLVM from source (the default), you'll need additional tools:
14
15
-* `g++` 5.1 or later, `clang++` 3.5 or later, or MSVC 2017 or later.
+* `g++` 7.1 or later, `clang++` 5.0 or later, or MSVC 2019 or later.
16
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
17
* `cmake` 3.13.4 or later
18
0 commit comments