Skip to content

Commit 2bf1b9a

Browse files
red1bluelosttshepang
authored andcommitted
Updates text to refer to LLVM documentation.
1 parent 20e571f commit 2bf1b9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/building/prerequisites.md

+2-1
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)