Updates LLVM prereqs since upgrade to C++17.

This commit is contained in:
Micah Weston 2022-08-26 22:09:54 -04:00 committed by Tshepang Mbambo
parent f54dffb9e1
commit 55b49dbc3b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Before building the compiler, you need the following things installed:
If building LLVM from source (the default), you'll need additional tools:
* `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.
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
* `cmake` 3.13.4 or later