diff options
| author | Micah Weston <56404753+red1bluelost@users.noreply.github.com> | 2022-08-26 22:09:54 -0400 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2022-08-27 06:25:51 +0200 |
| commit | 680412f0183b45d84175f029da4b8ad0a394e1ca (patch) | |
| tree | 1367b5cd4ae322b40f8b24b335779fda1655fe10 /src/doc/rustc-dev-guide | |
| parent | 34fb032a4946189def8e986b1eff0b654f5fc795 (diff) | |
| download | rust-680412f0183b45d84175f029da4b8ad0a394e1ca.tar.gz rust-680412f0183b45d84175f029da4b8ad0a394e1ca.zip | |
Updates LLVM prereqs since upgrade to C++17.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/prerequisites.md | 2 |
1 files changed, 1 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 a5ab23d9168..0ee0f1ed2ad 100644 --- a/src/doc/rustc-dev-guide/src/building/prerequisites.md +++ b/src/doc/rustc-dev-guide/src/building/prerequisites.md @@ -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 |
