Skip to content

Commit 20e571f

Browse files
red1bluelosttshepang
authored andcommitted
Updates LLVM prereqs since upgrade to C++17.
1 parent 94a29d4 commit 20e571f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/prerequisites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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++` 5.1 or later, `clang++` 3.5 or later, or MSVC 2017 or later.
15+
* `g++` 7.1 or later, `clang++` 5.0 or later, or MSVC 2019 or later.
1616
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
1717
* `cmake` 3.13.4 or later
1818

0 commit comments

Comments
 (0)