authorgravatar for xtex@astrafall.orgxtex <xtex@astrafall.org> 2025-04-13 09:39:36+08:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-13 08:11:40+02:00
logec2888858102035f296c01df5aacbd255c35d06f
treee3fb78ebbe77b4a039ba5935230a0b5826d997b5
parent6eabdc8972ebe47d9cc71d6d07034096905cd2d5

doc: Bump LLVM version in README

Reported-by: Ricky8955555 <rkmiao@duck.com> Signed-off-by: Bingwu Zhang <xtex@aosc.io>

1 files changed, 1 insertions(+), 1 deletions(-)

README.md+1-1
...@@ -47,7 +47,7 @@ Ensure you have the required dependencies:...@@ -47,7 +47,7 @@ Ensure you have the required dependencies:
4747
48 * CMake >= 3.1548 * CMake >= 3.15
49 * System C/C++ Toolchain49 * System C/C++ Toolchain
50 * LLVM, Clang, LLD development libraries == 19.x50 * LLVM, Clang, LLD development libraries == 20.x
5151
52Then it is the standard CMake build process:52Then it is the standard CMake build process:
5353