README.md: Fix min LLVM version

This commit is contained in:
Martin Kinkelin 2024-12-13 14:00:39 +01:00 committed by GitHub
parent 0176a08bda
commit c458e465cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ libraries is available on the project wiki for
[Windows](http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC).
If you have a working C++/D build environment, CMake, and a recent LLVM
version (≥ 11) available, there should be no big surprises. Do not
version (≥ 15) available, there should be no big surprises. Do not
forget to make sure the Phobos submodule is up to date:
$ cd ldc