Skip to content

Commit

Permalink
README.md: Fix min LLVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke authored Dec 13, 2024
1 parent 0176a08 commit c458e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c458e46

Please sign in to comment.